美文网首页
jupyter notebook connecting to k

jupyter notebook connecting to k

作者: 依然At | 来源:发表于2022-08-14 14:34 被阅读0次

    python 和 anaconda 环境,在装 jupyter notebook 时,出了点问题,搞了一天半终于搞好了
    重装了conda Python

    当时显示的是无法连接到python,但是一直connecting to kernel

    具体操作

    pip install tornado==4.5.3
    

    这么一个错误花了一天多。。服了。。

    很明显,这是版本问题,现在直接 pip install jupyter notebook 时,附带安装的 tornado 是6.0版本的,而能操作的是4.5.3版本的(掀桌)。。。

    其实中间提到过一次jupyter 的版本问题,结果没当回事,一直想update jupyter就好。没想到折腾一天,差点重装都无用

    事实证明:东西买新不买旧,软件装旧不装新!

    相关文章

      网友评论

          本文标题:jupyter notebook connecting to k

          本文链接:https://www.haomeiwen.com/subject/wwxlgrtx.html