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

jupyter lab局域网远程访问

程序员文章站 2022-05-28 23:30:47
...

 

安装好后运行config

jupyter lab --generate-config

而后

vi ~/.jupyter/jupyter_lab_config.py

修改其中ip和port

# c.ServerApp.ip = 'localhost'
c.ServerApp.ip = '*'
 

## The port the Jupyter server will listen on.
#  Default: 8888
# c.ServerApp.port = 8888
 

 

 

相关标签: python