-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Next cell does not execute after an exception is thrown #6526
Comments
%gui qt
Hi @bentaculum we were able to reproduce this without the qt gui but not in the ipython terminal. Thank you for submitting this issue! Would you be able to provide a recording of the steps you take to reproduce this issue? |
I confirm, this issue does not occur in the ipython terminal for me either, only in the jupyter notebook. I have used the jupyter lab test environment to produce this error in the jupyter notebook. |
Confirming, too, observed on multiple computers. Occurs when %matplotlib qt is loaded. |
Hi all, this should be fixed in ipykernel release 6.29.3: https://github.com/ipython/ipykernel/releases/tag/v6.29.3 with the PR ipython/ipykernel#1212 |
Thanks @jdranczewski for following-up, closing as fixed then! |
Describe the bug
When using the pyqt gui via
%gui qt
, the cell that I execute after after an exception is thrown is not run.To Reproduce
Run
in a cell.
After that, the first cell I want to run e.g.
does not execute. The second cell I run executes as normal.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: