-
-
Save RomaKoks/8c418a130350b1dcffd2e428d7b2fe8a 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