restart execution of a single cell, sage worksheet
If I'm working in a Sage Worksheet, how can I stop (or restart) the execution of a single cell without stopping the whole worksheet?
If the execution is taking longer than it should and I want edit the cell (if I'm debugging an infinite loop, say) and re-execute without waiting for the initial execution to complete, what's the quickest way to do that?
Thanks!