Jupyter Notebooks#
Full documentation: https://jupyter-docker-stacks.readthedocs.io
Starting an ephemeral server#
Click the link shown in the display to open the browser.
docker run --rm \
-p 8888:8888 \
-v "${PWD}":/home/jovyan/work \
quay.io/jupyter/datascience-notebook \
start-notebook.py --ServerApp.root_dir=/home/jovyan/work
To install the project, use:
pip install -e ~/work/