Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Is there a sample code of how to use nuget command ? #61

Open
Yvees opened this issue Oct 15, 2019 · 2 comments
Open

Is there a sample code of how to use nuget command ? #61

Yvees opened this issue Oct 15, 2019 · 2 comments

Comments

@Yvees
Copy link

Yvees commented Oct 15, 2019

hi guys,
Im new to icsharp. Is that possible using a nuget command to add references ?

@zabirauf
Copy link
Owner

@KevinYeti Yep you can. You can get the DLLs using nuget and then refer to them in Jupyter using

#r 'path/to/module.dll'

using moduleNS.module;

@Yvees
Copy link
Author

Yvees commented Oct 16, 2019

@KevinYeti Yep you can. You can get the DLLs using nuget and then refer to them in Jupyter using

#r 'path/to/module.dll'

using moduleNS.module;

Thank you for reply.
Actually what i mean is is that a way to add nuget package reference.
maybe something like this ?

#r  nuget:Json.Net

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants