I have trouble stopping a given kernel in an iPython notebook.
Many times the cell is stuck, and I need to restart the entire kernel. The loop could be messy sometimes.
How can I stop the kernel?
I have trouble stopping a given kernel in an iPython notebook.
Many times the cell is stuck, and I need to restart the entire kernel. The loop could be messy sometimes.
How can I stop the kernel?
Click on 'Interrupt' under 'Kernel' in the toolbar. Pressing I
twice will also do the trick.
Source - Is there an equivalent to CTRL+C in IPython Notebook in Firefox to break cells that are running?