Ubuntu服务器启动jupyter notebook,本地电脑Mobaxterm访问
下载jupyter notebook
pip install jupyter
取消密度登录(可选)
# 生成配置文件
jupyter notebook --generate-config
# 修改配置文件
vim ~/.jupyter/jupyter_notebook_config.py
# 取消注释后为
c.NotebookApp.token = ' '
Mobaxterm 创建SSH链接
服务器启动jupyter notebook
jupyter notebook --no-browser --port 55555
本地访问
http://localhost:56565/tree