jupyter实验环境启动
创建配置文件
jupyter notebook --generate-config
jupyter lab --generate-configgarnet@DESKTOP-DH5TCF8:~/.pip$ jupyter lab --generate-config
Writing default config to: /home/garnet/.jupyter/jupyter_notebook_config.py编辑配置文件
网络设置
## The IP address the notebook server will listen on.
c.NotebookApp.ip = '0.0.0.0'
## The port the notebook server will listen on.
c.NotebookApp.port = 8888Root权限
目录
密码
浏览器
启动Jupyter
最后更新于