使用jupyter notebook时右上角无法连接服务器解决方法

    xiaoxiao2022-07-13  161

    刚装上jupyter notebook启动后新建右上角显示无法连接到本地python3,如下图所示问题

    解决方法:

    在命令行上输入
    pip list
    查看tornado库的版本 如果为6.0以上,执行以下代码安装5.5.1版本
    pip install tornado==5.1.1
    这时再次输入jupyter notebook进入就可以连接上了

    感谢观看!

    最新回复(0)