首页
软件开发
登录
6mi
u
盘
搜
搜 索
软件开发
使用jupyter notebook时右上角无法连接服务器解决方法
使用jupyter notebook时右上角无法连接服务器解决方法
xiaoxiao
2022-07-13
161
刚装上jupyter notebook启动后新建右上角显示无法连接到本地python3,如下图所示问题
解决方法:
在命令行上输入
pip list
查看tornado库的版本 如果为6.0以上,执行以下代码安装5.5.1版本
pip install tornado
==
5.1
.1
这时再次输入jupyter notebook进入就可以连接上了
感谢观看!
转载请注明原文地址: https://yun.8miu.com/read-57136.html
最新回复
(
0
)