This is a Roslyn based C# kernel for Jupyter. View the Feature Notebook for features that are currently working in this kernel.
Open ICSharpKernel.sln in Visual Studio 2017 on Windows or Mac and Build, or from the command line type msbuild.
- Install Anaconda
- Install Jupyter
- Download current release v1.0-beta
- Unzip the release and run
icsharp.exe
- If Jupyter is not launched then start manually
jupyter notebook
- Install Anaconda
- Install Jupyter
- Install Mono (tested 4.2.4)
- Download current release v1.0-beta
- Unzip the release then run
mono icsharp.exe
- If Jupyter is not launched then start manually
jupyter notebook
TBA
- Make Plotly work.
- Make intellisense work.
The code is based on IfSharp kernel.