Skip to content

Commit

Permalink
Fix HTML templates mentioned in help docs (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Oct 6, 2021
1 parent 35c4d07 commit 968c5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbconvert/nbconvertapp.py
Expand Up @@ -210,8 +210,8 @@ def _classes_default(self):
> jupyter nbconvert --to latex mynotebook.ipynb
Both HTML and LaTeX support multiple output templates. LaTeX includes
'base', 'article' and 'report'. HTML includes 'basic' and 'full'. You
can specify the flavor of the format used.
'base', 'article' and 'report'. HTML includes 'basic', 'lab' and
'classic'. You can specify the flavor of the format used.
> jupyter nbconvert --to html --template lab mynotebook.ipynb
Expand Down

0 comments on commit 968c5fb

Please sign in to comment.