Closed mfhepp closed 10 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.
*/notebooks
Jupytext and other useful packages should also be added
Done via #14.
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.