This notebook is based on the official jupyter/base-notebook and comes with the following extensions installed:
- RISE-Plugin by damianavila82
- OpenJDK 11
- IJava Kernel for Jupyter
- Tex-Live LaTeX/XeTeX-Support for exporting PDF files
Since this docker container extends the jupyter/base-notebook, all environment parameters, options etc. are available here, too. To start the container with an externally mounted notebook directory, accessible on port 8888, use the following command line:
docker run -it --rm --user root -v /myNotebooks:/home/jovyan/work -p 8888:8888 jreichwald/jupyternb start-notebook.sh
To start the notebook without the need to use a token (including all security aspects!), use:
docker run -it --rm --user root -v /myNotebooks:/home/jovyan/work -p 8888:8888 jreichwald/jupyternb start-notebook.sh --NotebookApp.token=''