Reputation: 969
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?
Upvotes: 76
Views: 128338
Reputation: 323
Upvotes: 6
Reputation: 837
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?
Upvotes: 72