jupyter-core:在.NET Core中编写Jupyter内核的库

时间:2021-05-03 12:17:43
【文件属性】:
文件名称:jupyter-core:在.NET Core中编写Jupyter内核的库
文件大小:88KB
文件格式:ZIP
更新时间:2021-05-03 12:17:43
C# Microsoft.Jupyter.Core预览版 Microsoft.Jupyter.Core库使使用.NET Core语言(如C#和F#)为Jupyter编写语言内核变得更加容易。 该库使用.NET Core技术(例如来帮助使其直接为Jupyter平台开发。 使用Microsoft.Jupyter.Core开发的内核可以安装为。 这使得打包,分发和安装语言内核变得容易。 例如,可以使用以下两个命令将示例内核安装到用户的Jupyter环境中: cd examples/echo-kernel/ dotnet run -- install 安装完成后,可以通过运行您喜欢的客户端,像其他任何Jupyter内核一样使用IEcho示例: jupyter notebook 语言内核作为NuGet软件包发布后,可以使用两个命令将其安装到用户的Jupyter环境中。 例如,如果IEcho内核以名为
【文件预览】:
jupyter-core-master
----.gitignore(7KB)
----src()
--------ResultEncoding()
--------Symbols()
--------Extensions()
--------KernelApplication.cs(28KB)
--------Data()
--------Engines()
--------ShellRouting()
--------Properties()
--------jupyter-core.csproj(2KB)
--------Servers()
----LICENSE(1KB)
----tutorial.md(11KB)
----examples()
--------echo-kernel()
--------moon-kernel()
----README.md(3KB)
----tests()
--------core()
--------protocol()
----docfx.json(1KB)
----ci()
--------steps-build-core.yml(723B)
--------ci.yml(992B)
--------steps-build-samples.yml(1KB)
--------steps-sdl-tools.yml(3KB)
--------signed.yml(590B)
--------steps-sign.yml(2KB)
----jupyter-core.sln(5KB)
----.vscode()
--------settings.json(78B)
----docs()
--------.gitignore(106B)
--------articles()
--------index.md(223B)
--------toc.yml(74B)

网友评论