All Projects → SciSharp → Icsharpcore

SciSharp / Icsharpcore

Licence: apache-2.0
Jupyter kernel in C# .NET Core which is the standard interface for SciSharp STACK.

Labels

Projects that are alternatives of or similar to Icsharpcore

Python Training
Python training for business analysts and traders
Stars: ✭ 972 (+1372.73%)
Mutual labels:  jupyter
Geonotebook
A Jupyter notebook extension for geospatial visualization and analysis
Stars: ✭ 1,007 (+1425.76%)
Mutual labels:  jupyter
Notebook
Jupyter Interactive Notebook
Stars: ✭ 8,710 (+13096.97%)
Mutual labels:  jupyter
Machinelearningcourse
A collection of notebooks of my Machine Learning class written in python 3
Stars: ✭ 35 (-46.97%)
Mutual labels:  jupyter
Computer Vision
Computer vision sabbatical study materials
Stars: ✭ 39 (-40.91%)
Mutual labels:  jupyter
Ncar Python Tutorial
Numerical & Scientific Computing with Python Tutorial
Stars: ✭ 50 (-24.24%)
Mutual labels:  jupyter
Sparkmagic
Jupyter magics and kernels for working with remote Spark clusters
Stars: ✭ 954 (+1345.45%)
Mutual labels:  jupyter
Ipybind
IPython / Jupyter integration for pybind11
Stars: ✭ 63 (-4.55%)
Mutual labels:  jupyter
Nbgrader
A system for assigning and grading notebooks
Stars: ✭ 1,000 (+1415.15%)
Mutual labels:  jupyter
Jupyterlab Python Bytecode
JupyterLab extension to explore CPython Bytecode
Stars: ✭ 57 (-13.64%)
Mutual labels:  jupyter
Interactive
.NET Interactive takes the power of .NET and embeds it into your interactive experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
Stars: ✭ 978 (+1381.82%)
Mutual labels:  jupyter
Dashboards
[RETIRED] See Voilà as a supported replacement
Stars: ✭ 986 (+1393.94%)
Mutual labels:  jupyter
Ppd599
USC urban data science course series with Python and Jupyter
Stars: ✭ 1,062 (+1509.09%)
Mutual labels:  jupyter
Vagrant Projects
Vagrant projects for various use-cases with Spark, Zeppelin, IPython / Jupyter, SparkR
Stars: ✭ 34 (-48.48%)
Mutual labels:  jupyter
Ipyleaflet
A Jupyter - Leaflet.js bridge
Stars: ✭ 1,103 (+1571.21%)
Mutual labels:  jupyter
Geemap
A Python package for interactive mapping with Google Earth Engine, ipyleaflet, and folium
Stars: ✭ 959 (+1353.03%)
Mutual labels:  jupyter
Challenges 2020
ECMWF Summer of Weather Code 2020 challenges
Stars: ✭ 47 (-28.79%)
Mutual labels:  jupyter
Ipyevents
A custom widget for returning mouse and keyboard events to Python. Demo notebook:
Stars: ✭ 65 (-1.52%)
Mutual labels:  jupyter
Flasked Notebooks
Rendering IPython Notebooks using Flask
Stars: ✭ 59 (-10.61%)
Mutual labels:  jupyter
Telepyth
Telegram notification with IPython magics.
Stars: ✭ 54 (-18.18%)
Mutual labels:  jupyter

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].