点击查看代码
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
浙公网安备 33010602011771号