danr/neptyne

Is it possible to skip a running cell?

danr opened this issue · 1 comments

danr commented
x = 0
while True: x += 1

x

Now when the first cell is running change the lower cell. Is there a bug where the running cell is considered complete and skipped in the next interruption?

danr commented

This is not what happens, the cell is instead rerun even though there was no reason to cancel it.