just do it and waiting

Jupyter Notebook

2020-12-09


在本地使用服务器上的jupyter-notebook

  1. 在服务器端开启
jupyter notebook --no-browser --port=9009
  1. 在本地端
ssh -N -f -L localhost:9008:localhost:9009 user@server-ip