基于Jupyter Notebooks的C# .NET Inte

2019-11-06  本文已影响0人  融合xx

.NET Interactive发布预览版了,可以像Python那样用jupyter notebooks来编辑C#代码。具体可以在GitHub上查看dotnet/interactive项目。

安装步骤

pip install jupyter
jupyter kernelspec list
dotnet tool install -g --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json" Microsoft.dotnet-interactive
dotnet interactive jupyter install
  .net-csharp       ~\jupyter\kernels\.net-csharp
  .net-fsharp       ~\jupyter\kernels\.net-fsharp
  .net-powershell   ~\jupyter\kernels\.net-powershell
  python3           ~\jupyter\kernels\python3
mkdir yourapp
cd yourapp
jupyter notebook
Jupyter Notebooks界面
上一篇 下一篇

猜你喜欢

热点阅读