Skip to content

Commit 968c5fb

Browse files
authored
Fix HTML templates mentioned in help docs (#1653)
1 parent 35c4d07 commit 968c5fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nbconvert/nbconvertapp.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ def _classes_default(self):
210210
> jupyter nbconvert --to latex mynotebook.ipynb
211211
212212
Both HTML and LaTeX support multiple output templates. LaTeX includes
213-
'base', 'article' and 'report'. HTML includes 'basic' and 'full'. You
214-
can specify the flavor of the format used.
213+
'base', 'article' and 'report'. HTML includes 'basic', 'lab' and
214+
'classic'. You can specify the flavor of the format used.
215215
216216
> jupyter nbconvert --to html --template lab mynotebook.ipynb
217217

0 commit comments

Comments
 (0)