Jupyter notebook kernel not connecting

前端 未结 2 957
感情败类
感情败类 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: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)

提交回复
热议问题