在我的Windows 7 64位上,我在C:\ Anaconda3中安装了Anaconda3 v4.4.0。现在,在推出Anaconda Navigator之后,我无法从那里启动jupyter笔记本。
如果我在命令提示符下运行“C:\ Anaconda3 \ Scripts> jupyter notebook”,Chrome浏览器会打开一个新选项卡“http://localhost:8888/tree?token=62d7eb16e2b7c5a9198ff6a84ec1056a00d60aeb99df55f0”,但内容为
Network Error (dns_unresolved_hostname)
Your requested host "localhost" could not be resolved by DNS.
For assistance, contact your network support team.
hosts
中的C:\Windows\System32\drivers\etc\
文件的内容为:
127.0.0.1 localhost
127.0.0.1 office.microsoft.com
我该怎么办?看来这是一个网络或访问权限问题?
答案 0 :(得分:0)
实际上只需在代理设置中检查“绕过代理服务器寻找本地地址”。