##// END OF EJS Templates
Updated help string
Jonathan Frederic -
Show More
@@ -85,10 +85,16 b' class NbConvertApp(BaseIPythonApplication):'
85 85
86 86 which will convert mynotebook.ipynb to the default format (probably HTML).
87 87
88 You can specify the export format with `--format`.
88 You can specify the export format with `--to`.
89 89 Options include {0}
90 90
91 > ipython nbconvert --format latex mynotebook.ipnynb
91 > ipython nbconvert --to latex mynotebook.ipnynb
92
93 Both HTML and LaTeX support multiple flavors of output. LaTeX includes
94 'basic', 'book', and 'article'. HTML includes 'basic', 'full', and
95 'reveal'. You can specify the flavor of the format used.
96
97 > ipython nbconvert --to html --flavor reveal mynotebook.ipnynb
92 98
93 99 You can also pipe the output to stdout, rather than a file
94 100
General Comments 0
You need to be logged in to leave comments. Login now