You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which means the interrupt is not treated as an error in the sense of a failed request. Instead, the KeyboardInterrupt is just streamed on stderr.
I'm not sure it comes from ipykernel, and I cannot reproduce locally. Any idea what could be the cause of this behavior?
The text was updated successfully, but these errors were encountered:
One test in nbclient fails randomly while executing a cell with:
And interrupting the execution.
Instead of having the following output:
We sometimes get:
Which means the interrupt is not treated as an error in the sense of a failed request. Instead, the
KeyboardInterrupt
is just streamed onstderr
.I'm not sure it comes from ipykernel, and I cannot reproduce locally. Any idea what could be the cause of this behavior?
The text was updated successfully, but these errors were encountered: