Created
July 12, 2018 23:17
-
-
Save thicolares/05d608abf5ce269180817657de0a3a4a to your computer and use it in GitHub Desktop.
Run Jupyter Notebook with Docker
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 container run --rm \ | |
-p 8888:8888 \ | |
--user root \ | |
-e NB_GID=100 \ | |
-v "$$PWD:/home/jovyan/work" \ | |
-it --name jupyter jupyter/base-notebook \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment