icsharp.kernel
                                
                                 icsharp.kernel copied to clipboard
                                
                                    icsharp.kernel copied to clipboard
                            
                            
                            
                        Roslyn based C# kernel for Jupyter Notebook
ICSharp.Kernel
This is a Roslyn based C# kernel for Jupyter. View the Feature Notebook for features that are currently working in this kernel.
Building
Open ICSharpKernel.sln in Visual Studio 2017 on Windows or Mac and Build, or from the command line type msbuild.
Installation (Windows)
- 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
Manual Installation (Mac)
- 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
Manual Installation (Linux)
TBA
Todo
- Make Plotly work.
- Make intellisense work.
Notes
The code is based on IfSharp kernel.