欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

jupyter notebook 简单配置

程序员文章站 2022-05-29 08:06:06
...

记录一下,脑子不好用了,平时自己需要用的次数挺多,每次都是去百度了,自己总结一下。

jupyter notebook --generate-config
vim ~/.jupyter/jupyter_notebook_config.py
c.NotebookApp.ip = '*' 任意ip访问
c.NotebookApp.port = 9999 配置端口,这里也可以不改,用jupyter notebook --port=8988这样每次变更
token 忘了,可以 jupyter notebook list 查看