Last active
June 6, 2022 10:04
-
-
Save andfanilo/d5d88ca088e3411efff13dc17f1158e6 to your computer and use it in GitHub Desktop.
Run Jupyter notebook in a local kaggle/python docker container
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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