本地调用服务器上的jupyter notebook
1. 服务器安装jupyter
- pip install notedown
- pip install jupyter
- jupyter notebook password(设置密码)
2. 启动jupyter
- jupyter notebook --ip 172.**.**.**(服务器ip)
3. 打开本地浏览器输入:服务器ip:8888(根据服务器生成的端口填写)
1. 服务器安装jupyter
2. 启动jupyter
3. 打开本地浏览器输入:服务器ip:8888(根据服务器生成的端口填写)