How to stop the running cell if interupt kernel does not work in Jupyter Notebook

后端 未结 6 880
我在风中等你
我在风中等你 2021-02-05 00:53

I\'m using Jupyter Notebook for a while. Often when I tried to stop a cell execution, interrupting kernel did not work. In this case, what else can I do, other than just closing

6条回答
  •  情歌与酒
    2021-02-05 01:08

    Recently I also faced a similar issue.

    Found out that there is an issue in Python https://github.com/ipython/ipython/issues/3400 and it was there for 6 some years and it has been resolved as of 1st March 2020.

提交回复
热议问题