Is production: true
#migrated

Title: Install jupyter notebook from docker

Created: 19 Mar 2023 Modified: 19 Mar 2023

Description:



[Legacy Link]

https://github.com/jupyter/docker-stacks

docker run \
  -d \
  --rm \
  -p 10000:8888 \
  -e JUPYTER_ENABLE_LAB=yes \
  -v /data/jupyter:/home/jovyan/work \
  --name jupyter \
  jupyter/datascience-notebook:9b06df75e445

# find the container id
docker logs {container id}
# check for the session id and use the session id for creating password
``