我正在尝试从本地mac终端运行jupyter。当我在jupyter配置文件中进行了一些更改以将笔记本连接到远程服务器jupyter时,它曾经可以工作,但是却不起作用(这在不建立隧道的情况下就可以工作)。
Here is the changes I did then:
# Local IP addresses (such as 127.0.0.1 and ::1) are allowed as local, along
# with hostnames configured in local_hostnames.
#c.NotebookApp.allow_remote_access = False
c.NotebookApp.allow_remote_access = True
因此将True添加到allow_remote_access选项,同时保留默认注释。
但是现在当我在termina目录中执行“ jupyter笔记本”时,它在浏览器中一直保持打开状态,但是从不打开。