JupyterLab打不开网页多半是权限问题
先生成配置文件:
jupyter lab --generate-config
修改配置文件:
c.ServerApp.allow_remote_access = True
c.ServerApp.allow_root = True
c.ServerApp.notebook_dir = '/home/work'
c..ServerApp.open_browser = False
c.ServerApp.ip = '*'
JupyterLab打不开网页多半是权限问题
先生成配置文件:
jupyter lab --generate-config
修改配置文件:
c.ServerApp.allow_remote_access = True
c.ServerApp.allow_root = True
c.ServerApp.notebook_dir = '/home/work'
c..ServerApp.open_browser = False
c.ServerApp.ip = '*'