- 服务器annaconda虚拟环境下安装jupyter notebook
pip install jupyter notebook
2.转到项目路径下运行jupyter notebook
jupyter notebook
- 映射到本地
ssh -L8888:localhost:8888 ZSL@192.168.54.54
- 在本地浏览器输入上图出现的URL即可
版权声明:本文为qq_38875402原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
pip install jupyter notebook
2.转到项目路径下运行jupyter notebook
jupyter notebook
ssh -L8888:localhost:8888 ZSL@192.168.54.54