-
Notifications
You must be signed in to change notification settings - Fork 132
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
AttributeError: module 'nbconvert.preprocessors.execute' has no attribute 'CellExecutionError' #466
Comments
Are you using a pre-release version of See also jupyter/nbconvert#1237. |
|
Possible work-arounds:
I cannot properly fix this yet in As a temporary measure, I could restrict |
This has been fixed in |
I am getting this exact error but from a sphinx build
I am using
both seem to be at the latest release Let me know if you'd prefer I open a new issue |
from a python prompt this works
but this doesn't
as the error indeed reports |
see #772 |
This seems to have been removed in jupyter/nbconvert#2079, maybe unintentionally. But since there has been a new |
A new patch-release of I think we should still change the import on our side. |
How can I resolve the following issue?
nbsphinx/src/nbsphinx.py", line 995, in parse
except nbconvert.preprocessors.execute.CellExecutionError as e:
AttributeError: module 'nbconvert.preprocessors.execute' has no attribute 'CellExecutionError'
The text was updated successfully, but these errors were encountered: