1. 程式人生 > >mac 下在伺服器上執行 Jupyter notebook

mac 下在伺服器上執行 Jupyter notebook

jupyter notebook

再在本地終端中執行

ssh -N -f -L 127.0.0.1:my_port:127.0.0.1:server_port usr_name@remote-machine

輸入密碼登入後,即監聽成功。
然後瀏覽器中輸入

http://localhost:my_port/?token=******