Jupyter Docker Stacks with .NET 6/7/8 kernel to run notebooks with C#, F# and Powershell
Last updated May 29, 2025
14
Stars
6
Forks
1
Issues
0
Stars/day
Attention Score
6
Language breakdown
Dockerfile 100.0%
▸ Files
click to expand
README
Jupyter Docker Stacks with .NET kernel
Extending the Jupyter Docker Stack images with .NET 8 kernel to run notebooks in C#, F# and Powershell
.NET kernel is provided by .NET Interactive
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 ghcr.io/pocki/jupyter-dotnet:minimal-dotnet8-latest
To persistant the notebooks mount the directory: /home/jovyan/Notebooks
docker run -p 8888:8888 ghcr.io/pocki/jupyter-dotnet:r-dotnet8-latest -v "$PWD":/home/jovyan/Notebooks
All images contain some .NET sample notebooks in folder /home/jovyan/Notebooks.
.NET 8
New: Docker Images have new name and changed to ghcr.io
Check available images on Packages:
- ghcr.io/pocki/jupyter-dotnet:minimal-dotnet8-latest
- ghcr.io/pocki/jupyter-dotnet:scipy-dotnet8-latest
- ghcr.io/pocki/jupyter-dotnet:r-dotnet8-latest
- ghcr.io/pocki/jupyter-dotnet:minimal-dotnet8-20240202
- ghcr.io/pocki/jupyter-dotnet:scipy-dotnet8-20240202
- ghcr.io/pocki/jupyter-dotnet:r-dotnet8-20240202
.NET 6/.NET 7
.NET 6 kernel in tag 20220210 and later .NET 7 kernel in tag 20230315 and later
Docker Images are on Docker Hub
Following images are created:
- minimal-dotnet
based on jupyter/minimal-notebook
- scipy-dotnet
based on jupyter/scipy-notebook
- r-dotnet
based on jupyter/r-notebook
Usage:
Like above but images are on Docker Hub:docker run -p 8888:8888 pocki/minimal-dotnet:latest
🔗 More in this category