##// END OF EJS Templates
Backport PR #5704: Update nbconvertapp.py...
Thomas Kluyver -
Show More
@@ -116,7 +116,7 b' class NbConvertApp(BaseIPythonApplication):'
116 You can specify the export format with `--to`.
116 You can specify the export format with `--to`.
117 Options include {0}
117 Options include {0}
118
118
119 > ipython nbconvert --to latex mynotebook.ipnynb
119 > ipython nbconvert --to latex mynotebook.ipynb
120
120
121 Both HTML and LaTeX support multiple output templates. LaTeX includes
121 Both HTML and LaTeX support multiple output templates. LaTeX includes
122 'basic', 'book', and 'article'. HTML includes 'basic' and 'full'. You
122 'basic', 'book', and 'article'. HTML includes 'basic' and 'full'. You
General Comments 0
You need to be logged in to leave comments. Login now