Last active
July 14, 2022 08:23
-
-
Save oliveira-andre/26a2e6c5d207de396c3aea1b55f53fc3 to your computer and use it in GitHub Desktop.
upping jupyter on docker
This file contains hidden or 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
| #run jupyter | |
| sudo docker run -d --rm \ | |
| --name=jupyter \ | |
| -p 8888:8888 \ | |
| -e JUPYTER_LAB_ENABLE=yes \ | |
| -v "${PWD}":/home/jovyan/work \ | |
| jupyter/datascience-notebook | |
| #catch the token | |
| sudo docker exec -it jupyter jupyter notebook list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this script not working how i create my password jupyter notebook
sudo docker exec -it jupyter jupyter notebook list