8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c4d07 commit 968c5fbCopy full SHA for 968c5fb
nbconvert/nbconvertapp.py
@@ -210,8 +210,8 @@ def _classes_default(self):
210
> jupyter nbconvert --to latex mynotebook.ipynb
211
212
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.
+ 'base', 'article' and 'report'. HTML includes 'basic', 'lab' and
+ 'classic'. You can specify the flavor of the format used.
215
216
> jupyter nbconvert --to html --template lab mynotebook.ipynb
217
0 commit comments