Run C# Machine Learning Code Directly In A Jupyter Notebook

Mark Farragher
10 min readNov 7, 2019
Artist impression of a Jupyter notebook running C# ;)

Jupyter notebooks have become the standard tool for hosting advanced machine learning code online.

A Jupyter notebooks is a fully interactive document that allows mixing of content, live source code, and program output, all in a single document. Notebooks are living dynamic documents and their embedded source code can be interactively run and modified.

--

--