Skip to content

Instantly share code, notes, and snippets.

@andfanilo
Last active June 6, 2022 10:04
Show Gist options
  • Save andfanilo/d5d88ca088e3411efff13dc17f1158e6 to your computer and use it in GitHub Desktop.
Save andfanilo/d5d88ca088e3411efff13dc17f1158e6 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