远程访问Jupyter Notebook
程序员文章站
2022-03-03 15:10:27
...
- 生成配置文件
jupyter notebook --generate-config
Writing default config to: /home/openwhisk/.jupyter/jupyter_notebook_config.py
- 生成密码
jupyter notebook password
Enter password:
Verify password:
[NotebookPasswordApp] Wrote hashed password to /home/openwhisk/.jupyter/jupyter_notebook_config.json
- 修改配置信息
{
"NotebookApp": {
"password": "sha1:33d194d2538a:054bfc65c22597595aba21967b9106465c7489de",
"ip": "*"
}
}
- 启动服务
jupyter notebook --no-browser --port=8889
- 建立隧道后浏览器访问
上一篇: 小程序开发的具体流程是什么