/gix-jupyter-dotnet

Jupyter Docker Stacks with .NET 6 kernel to run notebooks with C#, F# and Powershell

Primary LanguageDockerfileMIT LicenseMIT

Jupyter Docker Stacks with .NET 6 kernel

Extending the Jupyter Docker Stack images with .NET 6 kernel to run notebooks in C#, F# and Powershell

.NET 6 kernel is provided by .NET Interactive .NET 6 kernel in tag 20220210 and later

Actual following images are created:

All images contain some .NET sample notebooks.

Get started

This images can be started as the original Jupyter Docker Stack images (see the Jupyter Docker Stacks ReadTheDocs)

docker run -p 8888:8888 pocki/minimal-dotnet:latest

To persistant the notebooks mount the directory: /home/jovyan/Notebooks

docker run -p 8888:8888 pocki/scipy-dotnet:latest -v "$PWD":/home/jovyan/Notebooks