Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RomaKoks/8c418a130350b1dcffd2e428d7b2fe8a to your computer and use it in GitHub Desktop.
Save RomaKoks/8c418a130350b1dcffd2e428d7b2fe8a to your computer and use it in GitHub Desktop.
Run Jupyter notebook in a local kaggle/python docker container
docker run -v $PWD:/tmp/working -w=/tmp/working --rm -it -p 8888:8888 kaggle/python jupyter notebook --no-browser --ip=* --allow-root --NotebookApp.token="" --notebook-dir=/tmp/working
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment