Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ajax/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jupyter notebook 我不能突然使用jupyter笔记本_Jupyter Notebook - Fatal编程技术网

Jupyter notebook 我不能突然使用jupyter笔记本

Jupyter notebook 我不能突然使用jupyter笔记本,jupyter-notebook,Jupyter Notebook,我不能突然使用jupyter笔记本。在我启动笔记本电脑之前,我刚刚更新了mac电脑的系统。以下是错误 [W 21:44:52.515 NotebookApp] server_extensions is deprecated, use nbserver_extensions [I 21:44:52.964 NotebookApp] [jupyter_nbextensions_configurator] enabled 0.2.5 [I 21:44:52.968 NotebookApp] Servi

我不能突然使用jupyter笔记本。在我启动笔记本电脑之前,我刚刚更新了mac电脑的系统。以下是错误

[W 21:44:52.515 NotebookApp] server_extensions is deprecated, use nbserver_extensions
[I 21:44:52.964 NotebookApp] [jupyter_nbextensions_configurator] enabled 0.2.5
[I 21:44:52.968 NotebookApp] Serving notebooks from local directory: /Users/william/Folders/jupyter
[I 21:44:52.968 NotebookApp] 0 active kernels
[I 21:44:52.968 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/?token=159e4e1df709b7a94adb260448f671b9f9689d7b9b388fc5
[I 21:44:52.968 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 21:44:52.973 NotebookApp]

    Copy/paste this URL into your browser when you connect for the first time,
    to login with a token:
        http://localhost:8888/?token=159e4e1df709b7a94adb260448f671b9f9689d7b9b388fc5
0:97: execution error: “"http://localhost:8888/tree?token=f0ef33a1f3bc91981dfe0dca2c1479a3cd718e775ea33c23"” dosen't understand information “open location”。 (-1708)

我认为问题是由于MAC升级到10.12.5。要解决此问题,请执行以下步骤

  • 步骤1:打开终端并转到
    ~/.jupyter
    文件夹
  • 步骤2:创建一个配置文件
    jupyter\u notebook\u config.py
    ,在其中写入以下命令,并将文件保存在同一位置:
    c.NotebookApp.browser=u'safari'
  • 第三步:出来,在终端类型
    jupyter笔记本中,它现在应该可以工作了
    
您是否尝试在stackoverflow上搜索类似问题?这个看起来和你的很像是的谢谢。为什么我没有发现这个问题。