We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
Just had a bug report noting that matplotlib inline errors do not result in a CellExecutionError when the issue relates to a cell magic exception.
CellExecutionError
treebeardtech/nbmake#77
I found that the cell does have an error output but the execute reply has ['content']['status'] == "ok"
['content']['status'] == "ok"
I've patched this for now, but am reporting so we can root cause.
Thanks for your work on nbclient! It's a great library to build on.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
Just had a bug report noting that matplotlib inline errors do not result in a
CellExecutionError
when the issue relates to a cell magic exception.treebeardtech/nbmake#77
I found that the cell does have an error output but the execute reply has
['content']['status'] == "ok"
I've patched this for now, but am reporting so we can root cause.
Thanks for your work on nbclient! It's a great library to build on.
The text was updated successfully, but these errors were encountered: