-
Notifications
You must be signed in to change notification settings - Fork 148
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
iPython notebook keyboard interrupt breaks cell when using Halo #35
Comments
In this case, if you type To solve this problem, we capture I used the second way to solve the problem. Please review my method. |
@manrajgrover Can I send a PR for review? |
@jungwinter I would need a little more time to review the methods. Apologies for the delay. |
#35: Improve keyboard interrupt handling in iPython
With reference to #38, adding test case seems to fail on Appveyor. Need to find the reason behind this. |
Description
Currently, in an iPython notebook, if a user does not handle keyboard interrupt and the spinner is running, a
KeyboardInterrupt
is thrown but the spinner keeps spinning.System settings
Error
Expected behaviour
Steps to recreate
Following snippet should recreate the error.
People to notify
@manrajgrover
The text was updated successfully, but these errors were encountered: