我已经被这个问题困扰了好几个小时,最近安装了 jupyter,但它无法正确运行,也无法自动打开 chrome 默认浏览器。
To access the server, open this file in a browser:
file:///C:/Users/MLaptop/AppData/Roaming/jupyter/runtime/jpserver-14040-open.html
Or copy and paste one of these URLs:
http://localhost:8888/tree?token=0d17ed3ad75657d1a6780ea9ff00e2bce22213dbcb0b5f14
http://127.0.0.1:8888/tree?token=0d17ed3ad75657d1a6780ea9ff00e2bce22213dbcb0b5f14
我尝试过,在浏览器字段中输入每个 url,都出现相同的错误,ERR_Refused_to-connect...现在,如何解决这个问题,..基于谷歌搜索结果,到目前为止,我已经尝试过
尝试禁用防火墙 - Windows 防火墙 - 同样的错误 > 尝试卸载 jupyter - 重新安装 - 重新启动系统 - 同样的错误
- 如何检查 jupyter notebook 服务器是否在 8888 端口启动
- 有什么方法可以检查端口 8888 是否被其他应用程序使用
- 还有其他方法可以运行 jupyter notebook 吗?比如改变 jupyter 使用的端口,或者其他任何方法,我都可以启动 jupyter 并使用它。
- 有什么方法可以检查,如果它是 jupyter 特定的问题,或者我的本地主机和端口有问题 - 或者在浏览器中 - 比如运行某些东西以确保本地主机等没有问题..
日志链接< 如果有帮助
谢谢