Python Can';t在本地计算机上打开Jupyter Noteboook

Python Can';t在本地计算机上打开Jupyter Noteboook,python,jupyter-notebook,Python,Jupyter Notebook,我正在尝试从本地mac终端运行jupyter。当我在jupyter配置文件中做了一些更改以将笔记本连接到远程服务器jupyter时,它曾经工作过,但不工作(顺便说一句,在没有隧道的情况下,它从未工作过) 因此,添加True以允许远程访问选项,同时保留默认注释 但现在,当我在termina目录下做“jupyter笔记本”时,它在浏览器中不断显示打开状态,但从未打开过 Here is the changes I did then: # Local IP addresses (such as 1

我正在尝试从本地mac终端运行jupyter。当我在jupyter配置文件中做了一些更改以将笔记本连接到远程服务器jupyter时,它曾经工作过,但不工作(顺便说一句,在没有隧道的情况下,它从未工作过)

因此,添加True以允许远程访问选项,同时保留默认注释

但现在,当我在termina目录下做“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