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
If you're ok with losing all currently defined variables, then going to Kernel > Restart will stop execution without closing the notebook.