Jupyter Notebook
2020-12-09
在本地使用服务器上的jupyter-notebook
- 在服务器端开启
jupyter notebook --no-browser --port=9009
- 在本地端
ssh -N -f -L localhost:9008:localhost:9009 user@server-ip
just do it and waiting
在本地使用服务器上的jupyter-notebook
jupyter notebook --no-browser --port=9009
ssh -N -f -L localhost:9008:localhost:9009 user@server-ip