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

后端 未结 6 949
我在风中等你
我在风中等你 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:21

    If you're ok with losing all currently defined variables, then going to Kernel > Restart will stop execution without closing the notebook.

提交回复
热议问题