Skip to content

Instantly share code, notes, and snippets.

@drwaltman
drwaltman / run_jupyter.sh
Last active July 8, 2018 02:57
Run jupyter notebook in drwaltman/jupyter docker container.
docker run \
--name=jupyter \
--runtime=nvidia \
--rm \
-it \
-p 8888:8888 \
-v $(pwd):/home/jovyan/work \
drwaltman/jupyter \
jupyter notebook --no-browser --allow-root --ip='0.0.0.0' --port=8888 --NotebookApp.token=''