Closed
Description
Hi 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 !
Metadata
Metadata
Assignees
Labels
No labels