Skip to content

Instantly share code, notes, and snippets.

@oliveira-andre
Last active July 14, 2022 08:23
Show Gist options
  • Select an option

  • Save oliveira-andre/26a2e6c5d207de396c3aea1b55f53fc3 to your computer and use it in GitHub Desktop.

Select an option

Save oliveira-andre/26a2e6c5d207de396c3aea1b55f53fc3 to your computer and use it in GitHub Desktop.
upping jupyter on docker
#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
@priyankdubey01
Copy link

this script not working how i create my password jupyter notebook

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