diff --git a/nbconvert/nbconvertapp.py b/nbconvert/nbconvertapp.py index 825a7307a..e137a173d 100755 --- a/nbconvert/nbconvertapp.py +++ b/nbconvert/nbconvertapp.py @@ -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