https://github.com/scisharp/icsharpcore
Jupyter kernel in C# .NET Core which is the standard interface for SciSharp STACK.
https://github.com/scisharp/icsharpcore
jupyter
Last synced: 4 months ago
JSON representation
Jupyter kernel in C# .NET Core which is the standard interface for SciSharp STACK.
- Host: GitHub
- URL: https://github.com/scisharp/icsharpcore
- Owner: SciSharp
- License: apache-2.0
- Created: 2018-11-09T21:08:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:35:58.000Z (over 3 years ago)
- Last Synced: 2025-06-11T19:53:14.266Z (about 1 year ago)
- Topics: jupyter
- Language: C#
- Homepage:
- Size: 158 KB
- Stars: 77
- Watchers: 8
- Forks: 18
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ICSharpCore
The Jupyter team maintains the [IPython kernel](https://github.com/ipython/ipython) since the Jupyter notebook server depends on the IPython [kernel](https://jupyter.readthedocs.io/en/latest/glossary.html#term-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.
[](https://gitter.im/sci-sharp/community)
[](https://raw.githubusercontent.com/SciSharp/ICSharpCore/master/LICENSE)
**The basic design is explained in the following diagram:**

### DEMO: [SciSharp Cube](https://github.com/SciSharp/SciSharpCube), an out-of-box Machine Learning start kit in .NET Core.
### Get started
1. Install [Jupyter Notebook](https://jupyter.org/):
`pip install --upgrade pip`
`pip install jupyter`
More detail refer to [Jupyter Documentation](https://jupyter.readthedocs.io/en/latest/install.html).
2. Check Jupyter status:
`jupyter notebook`
`jupyter kernelspec list`
3. Add ICSharpCore to the Jupyter kernel list:
`jupyter kernelspec install kernel-spec --name=csharpcore`
This is a member project of [SciSharp STACK](https://github.com/SciSharp).