How to stop the running cell if interupt kernel does not work in jupyter notebook
问题 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 the notebook and relaunch again? I guess this might be a common situation for many people. thanks a lot. 回答1: If you're ok with losing all currently defined variables, then going to Kernel > Restart will stop execution without closing the notebook. 回答2: Currently this is an issue in the github jupyter repository as