-
Notifications
You must be signed in to change notification settings - Fork 18
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
No plots in report with nbconvert 7.0 #571
Comments
This seems to have been fixed upstream and the stable branch is now passing again. |
This is not really fixed as the plots are basically black canvases like below: I am going to reopen this issue. The workaround is still to downgrade nbconvert to 6.5.0 until the Jupyter folks fix the issue upstream. Note that the actual plot files under |
I really didn't want to pin nbconvert to 6.5.0 since I was worried about that version being phased esp. for newer Python versions. So, I figured out a way to achieve the relevant behavior from 6.5.0 with the latest version of nbconvert. See this upstream comment that I made on how to achieve this. |
Addressed by #575. |
This is a bug in nbconvert: jupyter/nbconvert#1849.
Workaround: downgrade nbconvert to 6.5.0 until the upstream is fixed.
The text was updated successfully, but these errors were encountered: