Skip to content
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

"None" appears when converting to HTML with "full" template #1652

Open
alimanfoo opened this issue Oct 4, 2021 · 1 comment
Open

"None" appears when converting to HTML with "full" template #1652

alimanfoo opened this issue Oct 4, 2021 · 1 comment

Comments

@alimanfoo
Copy link
Contributor

When I use jupyter nbconvert --to html --template full I get an HTML file which looks great, apart from the fact that the text "None" appears at the top of the page. Looking at the HTML source, the text "None" is right at the beginning, before the doctype declaration.

To reproduce, run:

jupyter nbconvert --to html --template full any.ipynb

If instead of --template full I use --template classic this problem goes away. I gather that --template classic is now preferred, but the help docs still mention using --template full.

Seems to happen with pretty much any notebook.

Nbconvert version: 6.2.0

@MSeal
Copy link
Contributor

MSeal commented Oct 6, 2021

We've had full deprecated for several versions. At this point we should just remove it from nbconvert. Thank you for updating the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants