Can't open anaconda jupyter notebook: Network Error (dns_unresolved_hostname)

被刻印的时光 ゝ 提交于 2019-12-12 03:27:27

问题


On my Windows 7 64-bit, I installed Anaconda3 v4.4.0 in C:\Anaconda3. Now, after launching Anaconda Navigator, I can't launch jupyter notebook from there.

If I in command prompt run "C:\Anaconda3\Scripts>jupyter notebook", Chrome browser opened a new tab to "http://localhost:8888/tree?token=62d7eb16e2b7c5a9198ff6a84ec1056a00d60aeb99df55f0" but the content is

Network Error (dns_unresolved_hostname) 
Your requested host "localhost" could not be resolved by DNS.
For assistance, contact your network support team.

The hosts file in C:\Windows\System32\drivers\etc\ has content as:

127.0.0.1       localhost
127.0.0.1 office.microsoft.com

what shall I do? seems it's a network or access rights issue?


回答1:


actually only need to check "Bypass proxy server for local addresses" in proxy settings.



来源:https://stackoverflow.com/questions/44754938/cant-open-anaconda-jupyter-notebook-network-error-dns-unresolved-hostname

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!