Skip to content

A Jupyter-Notebook based on Jupyter-Basenotebook, enriched with a Java-Kernel, RISE and LaTeX-Support.

Notifications You must be signed in to change notification settings

jreichwald/jupyternb

Repository files navigation

Jupyter Notebook

This notebook is based on the official jupyter/base-notebook and comes with the following extensions installed:

Usage

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=''

About

A Jupyter-Notebook based on Jupyter-Basenotebook, enriched with a Java-Kernel, RISE and LaTeX-Support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published