Jupyter notebook 远程访问

generate config

$ jupyter notebook --generate-config

password

$ jupyter notebook password
Enter password:  ****
Verify password: ****
[NotebookPasswordApp] Wrote hashed password to /Users/you/.jupyter/jupyter_notebook_config.json

remote access

$ vim ~/.jupyter/jupyter_notebook_config.py

c.NotebookApp.allow_remote_access = True

c.NotebookApp.ip='*'
c.NotebookApp.open_browser = False

c.NotebookApp.port=8789

posted on 2020-06-13 16:13  likeatree  阅读(129)  评论(0编辑  收藏  举报

导航