Jupyter notebook kernel not connecting

前端 未结 2 958
感情败类
感情败类 2020-12-07 01:44

I have previously used Jupyter Notebook (python 2 and 3) on my mac. After not using it for a while, there seems to be a problem I am unable to fix. When startin

相关标签:
2条回答
  • 2020-12-07 02:05

    I found a way out, Installing Python on my PC solved it. I didn't install python before installing anaconda

    0 讨论(0)
  • 2020-12-07 02:13

    Running the following version of jupyter and tornado seemed to solve the issue:

    Jupyter: 4.4.0

    Tornado: 4.5.3

    I needed to downgrade my version of tornado (which was 5.0.2)

    0 讨论(0)
提交回复
热议问题