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
发布于 2021-03-14 722 次阅读
Comments NOTHING