Skip to content

Blank plot in html using nbconvert (basic template) #1033

Closed
@ltetrel

Description

@ltetrel

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

missing

Do you have an idea why ?

Thanks all for your work and support !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions