点击查看代码
c = get_config()  #noqa

c.NotebookApp.ip = '0.0.0.0'  
c.NotebookApp.open_browser = False  
c.NotebookApp.port = 8993
c.MappingKernelManager.root_dir = '/workspace/wangcb' #需保证此目录存在  
c.NotebookApp.allow_remote_access = True
c.FileContentsManager.delete_to_trash =False
c.FileContentsManager.always_delete_dir = True

posted on 2025-08-22 10:03  Bonjour_!  阅读(74)  评论(0)    收藏  举报