mfhepp / py4docker

Template for running Python 3.x shell scripts and notebooks in a Docker container for isolation, security, and portability
MIT License
2 stars 0 forks source link

Add option for Jupyter Notebook / Lab #9

Closed mfhepp closed 10 months ago

mfhepp commented 12 months ago

For early development stages and testing, it would be good to be able to run Jupyter Notebooks inside the container.

This will of course require additional privileges, namely write-access to the working directory and exposing the HTTP server to the host.

There should be a warning if the current directory is not */notebooks, because one could otherwise expose a critical directory to write-access.

mfhepp commented 12 months ago

Jupytext and other useful packages should also be added

mfhepp commented 10 months ago

Done via #14.