Skip to content

pybrave/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker pull jupyter/datascience-notebook:x86_64-ubuntu-22.04
docker tag jupyter/datascience-notebook:x86_64-ubuntu-22.04 registry.cn-hangzhou.aliyuncs.com/wybioinfo/datascience-notebook:x86_64-ubuntu-22.04
docker run -it -p 8888:8888 registry.cn-hangzhou.aliyuncs.com/wybioinfo/datascience-notebook:x86_64-ubuntu-22.04
docker run -it \
    -e NB_UID=$(id -u) \
    -e NB_GID=$(id -g) \
     -p 8888:8888 registry.cn-hangzhou.aliyuncs.com/wybioinfo/datascience-notebook:x86_64-ubuntu-22.04
docker run -it \
    --user "$(id -u)" --group-add users \
     -p 8888:8888 registry.cn-hangzhou.aliyuncs.com/wybioinfo/datascience-notebook:x86_64-ubuntu-22.04 \
      jupyter notebook --NotebookApp.password='' --NotebookApp.token='' --NotebookApp.base_url='/jupyter' --allow-root

https://jupyter-docker-stacks.readthedocs.io/en/latest/using/troubleshooting.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published