howie6879 / howie6879.github.io

努力就好
https://www.howie6879.com/
9 stars 0 forks source link

JupyterLab使用教程:程序员的笔记本神器v2.0 | 老胡的储物柜 #134

Open howie6879 opened 2 years ago

howie6879 commented 2 years ago

https://www.howie6879.cn/post/2021/26_jupyterlabv2_tutorial-/

JupyterLab使用教程,构造属于你的跨平台Web在线交互式代码实验室

Jface001 commented 1 year ago

博主上面 docker 镜像不可用了,请问还在维护吗~

Jface001 commented 1 year ago

再次感谢博主,新手爱上 jupyter 了!

howie6879 commented 1 year ago

@Jface001 博主上面 docker 镜像不可用了,请问还在维护吗~

依旧可用的:


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-python37:v3.1.4 --allow-root --no-browser --port=8888