-
Notifications
You must be signed in to change notification settings - Fork 293
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
Interrupt not working (both cell button and NB toolbar) #6254
Comments
Just ran into this as well, happening in stable and insiders |
How are our tests passing, we have tests specifically for this. |
Isn't this how interrupt works on Windows? At least I recall @DonJayamanne mentioning that interrupt is instantaneous on *nix and not on Windows. This comment seems to corroborate: ipython/ipython#3400 (comment) |
Aah yes, windows!!! |
Interrupt works on a Mac, @DavidKutu please update the time to 5s and test on windows. |
@DonJayamanne do you mean change the sleep time in the code? |
The interrupt button in the cell seems to work, but the one in the notebook toolbar doesn't. Here are the logs:
|
validated |
Environment data
Version: 1.57.0-insider (user setup)
Commit: b4c1bd0a9b03c749ea011b06c6d2676c8091a70c
Date: 2021-06-09T11:49:36.076Z
Electron: 12.0.9
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Windows_NT x64 10.0.19043
Expected behaviour
Cell Execution stops
Actual behaviour
Cell keeps going, and minutes later the timeout message appears (it asks you to restart the kernel instead)
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Logs
Output for
Jupyter
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toJupyter
)The text was updated successfully, but these errors were encountered: