windows 10 下启动jupyter notebook 报超时错误

新手上路,请多包涵

环境:

windows 10 
python 3.5

问题:安装jupyter notebook成功后,启动服务时报错误

操作步骤:

命令行执行安装
    pip install --upgrade pip
    pip install jupyter
    
安装提示成功信息:[最后几行]

Requirement already satisfied: webencodings in c:usersadministratorappdatalocalprogramspythonpython35libsite-packages (from html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre->bleach->nbconvert->jupyter)
Installing collected packages: jupyter-core, jupyter-client, jupyter-console, jupyter
Successfully installed jupyter-1.0.0 jupyter-client-5.2.0 jupyter-console-5.2.0 jupyter-core-4.4.0

这时候问题出现了:

执行
    jupyter notebook
报如下错误:
        self.writer.connect(connect_address)
        TimeoutError: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反                应,连接 尝试失败。

解决尝试:

卸载重装,结果一样
进入到安装目录,结果一样
不断按照搜索教程安装,结果都是一样

亟待解决,在线等大神解答

阅读 5.5k
1 个回答

防火墙问题,进行网络设置只要能ping通localhost或者127.0.0.1,问题就解决了。。

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题