Jupyter 服務器配置(在外部電腦打開)

step1. 下載anaconda3 https://www.anaconda.com/distribution/

step2.  在服務器安裝anaconda,然後conda install jupyter

step3.  生成配置文件:jupyter notebook --generate-config

            生成密碼: jupyter notebook password  (假設密碼111)

step4. 本地電腦建立ssh通道 ssh cage@***.***.***.58  -L127.0.0.1:1234:127.0.0.1:8888 

step5. 本地電腦打開chrom  輸入localhost:1234  密碼就是111 

ok

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章