在服务器端启动jupyter notebook:
jupyter notebook --no-browser --port=8889
在本地连接该端口:
ssh -N -f -L localhost:8888:localhost:8889 username@serverIP
最后打开浏览器,访问:http://localhost:8888/
2024-01-13 22:50:40
在服务器端启动jupyter notebook:
jupyter notebook --no-browser --port=8889
在本地连接该端口:
ssh -N -f -L localhost:8888:localhost:8889 username@serverIP
最后打开浏览器,访问:http://localhost:8888/