Skip to content

Files

Latest commit

b69ba31 · Feb 4, 2023

History

History

jupyterlab

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 29, 2021
Feb 4, 2023
Feb 4, 2023
Nov 13, 2021
Nov 1, 2021
Nov 13, 2021

Jupyter Lab

脚本快速实践开发工具,基础镜像说明见这里

# 打包
docker build --no-cache=true -t howie6879/jupyter-lab-for-python3.10:v3.1.4 -f Dockerfile . 
# 启动
cd {your_pylab_path}
docker run --name jupyter_pylab -it -d --restart=always -p 0.0.0.0:8765:8888 -e SHELL="/bin/zsh" -v "`pwd`:/project-dir" howie6879/jupyter-lab-for-python3.10:v3.1.4 --allow-root --no-browser --port=8888