From 968c5fbabaf99f83d64720a1a6e90969052e978c Mon Sep 17 00:00:00 2001 From: Alistair Miles Date: Wed, 6 Oct 2021 06:43:57 +0100 Subject: [PATCH] Fix HTML templates mentioned in help docs (#1653) --- nbconvert/nbconvertapp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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