The Jupyter team maintains the IPython kernel since the Jupyter notebook server depends on the IPython kernel functionality. Many other languages, in addition to Python, may be used in the notebook. ICSharpCore is one of the Jupyter kernels in .NET Standard 2.x.
The basic design is explained in the following diagram:
DEMO: SciSharp Cube, an out-of-box Machine Learning start kit in .NET Core.
-
Install Jupyter Notebook:
pip install --upgrade pip
pip install jupyter
More detail refer to Jupyter Documentation.
-
Check Jupyter status:
jupyter notebook
jupyter kernelspec list
-
Add ICSharpCore to the Jupyter kernel list:
jupyter kernelspec install kernel-spec --name=csharpcore
This is a member project of SciSharp STACK.