Blank plot in html using nbconvert (basic template)
See original GitHub issueHi everyone,
I know that to convert a jupyter notebook (.ipynb) to an html I can use this command :
jupyter nbconvert --to html --template full myNotebook.ipynb
In this case I can successfully see my plot in the resulting html (myNotebook_full.html in myNotebook.zip).
However, when I am trying to convert it using the basic template, there is a blank space instead of the plot
(myNotebook_basic.html in myNotebook.zip).
jupyter nbconvert --to html --template basic myNotebook.ipynb
Do you have an idea why ?
Thanks all for your work and support !
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Customizing nbconvert — nbconvert 5.6.0 documentation
These templates can be fully customized, allowing you to use nbconvert to create notebooks in different formats with different styles as well.
Read more >Creating Custom Templates for nbconvert - Read the Docs
Nbconvert templates are directories containing resources for nbconvert template exporters such as jinja templates and associated assets. They are installed in ...
Read more >Customizing nbconvert — nbconvert 4.2.0 documentation
These templates can be fully customized, allowing you to use nbconvert to create notebooks in different formats with different styles as well.
Read more >Using nbconvert as a library - Read the Docs
We use the `basic` template for now; we'll get into more details # later ... /10/07/xkcd-style-plots-in-matplotlib/>`__ by Jake Vanderplas. .. raw:: html <!...
Read more >7.1.0 PDF - nbconvert Documentation
jupyter nbconvert --to FORMAT notebook.ipynb ... --template basic. Base HTML, rendering with minimal structure and styles. – --embed-images.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jonmmease Thanks! Progress is slow but I think it’s been acknowledged that it’s an issue on the RTD side - let’s hope someone gives it the final push.
I finally managed to resolve my issue. I just needed to include the following scripts at the top of my .html template file :