-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel interrupt indicates kernel crashed when it didn't #2318
Comments
This is by design. A kernel interrupt is throwing an exception. If the python code running doesn't handle it, it can cause the entire process to die. Jupyter behaves this way too. |
That's just luck. We do nothing different than jupyter does. |
Actually I think we're showing the message even if there isn't a restart. The kernel didn't actually restart. |
So the bug here is the message showing up, not the kernel restarting :) |
Looking at the code, looks like there's a number of problems:
|
Not fixing this will cause customers to not trust the tool. |
interrupting the kernel will cause the kernel to crash, which then loses the entire kernel context of previous execution
Repro steps in screenshot below.
The text was updated successfully, but these errors were encountered: