Jupyter Notebook Dockerfile with .NET Kernel
This docker image is based on jupyter/minimal-notebook and adds dotnet try to have a C# and F# kernel. You're able to create Notebooks with .NET code parts.
Announcement from Microsoft DevBlog (including examples)
To build: docker build -t dotnet-notebook .
To run: docker run -p 8888:8888 dotnet-notebook
When running the notebook you'll get an url in the output. Use this url to browse to the jupyter lab and start fiddling with the notebooks.
- Mountable volume for Notebooks
http://127.0.0.1:8888/?token=060fa922c5a57a25ab713ea6a9c30e914c665dbdc21fac98