Jupyter Notebook - Cannot Connect to Kernel

后端 未结 10 1684
小蘑菇
小蘑菇 2021-02-20 02:21

I\'ve tried installing jupyter notebook using pip3 install jupyter. Every time i launch a new jupyter notebook, the notebook is unable to connect to the kernel. See screenshot b

10条回答
  •  臣服心动
    2021-02-20 02:47

    There is a likelihood that you've updated Tornado to 6.0.0 recently. Try reinstalling it to version 5.1.1. It just helped me. Lost 1 hour of precious Saturday time on this.

提交回复
热议问题