Skip to content
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

Jupyter Magic stops CellExecutionError handling from working #2100

Open
BastiQ opened this issue Feb 1, 2024 · 0 comments
Open

Jupyter Magic stops CellExecutionError handling from working #2100

BastiQ opened this issue Feb 1, 2024 · 0 comments

Comments

@BastiQ
Copy link

BastiQ commented Feb 1, 2024

Thanks for the amazing work you do!

I just wanted to share a bug I just ran into with the notebook execution error handling. When a cell contains Jupyter magic like %%time, the except CellExecutionError: doesn't catch the errors anymore.

Example Cell:

%%time
raise Exception("Test Exception")

Doesn't result in a CellExecutionError exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant