Skip to content

unc0/ICSharpCore

 
 

Repository files navigation

ICSharpCore

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.

Join the chat at https://gitter.im/publiclab/publiclab Apache 2.0

The basic design is explained in the following diagram:

Basic Design Diagram

DEMO: SciSharp Cube, an out-of-box Machine Learning start kit in .NET Core.

Get started

  1. Install Jupyter Notebook:

    pip install --upgrade pip

    pip install jupyter

    More detail refer to Jupyter Documentation.

  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.

About

Jupyter kernel in C# .NET Core which is the standard interface for SciSharp STACK.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.9%
  • PowerShell 0.1%