Windows通过docker安装jupyter-lab

1
2
3
4
5
6
7
8
docker run -d \
--name jupyter \
--restart unless-stopped \
-p 18888:8888 \
-v $HOME:/root/host_home \
--workdir /root \
leanderd/single-cell-analysis:210114 \
jupyter-lab --no-browser --ip=0.0.0.0 --allow-root /root/host_home --NotebookApp.token=''

Windows通过docker安装jupyter-lab
https://b.limour.top/580.html
Author
Limour
Posted on
March 14, 2021
Licensed under