From 522724e3dc30f7d1f3481528096bac75221704f1 2013-07-26 22:46:51 From: Jonathan Frederic Date: 2013-07-26 22:46:51 Subject: [PATCH] Updated help string --- diff --git a/IPython/nbconvert/nbconvertapp.py b/IPython/nbconvert/nbconvertapp.py index 108102e..6aeadd5 100755 --- a/IPython/nbconvert/nbconvertapp.py +++ b/IPython/nbconvert/nbconvertapp.py @@ -85,10 +85,16 @@ class NbConvertApp(BaseIPythonApplication): which will convert mynotebook.ipynb to the default format (probably HTML). - You can specify the export format with `--format`. + You can specify the export format with `--to`. Options include {0} - > ipython nbconvert --format latex mynotebook.ipnynb + > ipython nbconvert --to latex mynotebook.ipnynb + + Both HTML and LaTeX support multiple flavors of output. LaTeX includes + 'basic', 'book', and 'article'. HTML includes 'basic', 'full', and + 'reveal'. You can specify the flavor of the format used. + + > ipython nbconvert --to html --flavor reveal mynotebook.ipnynb You can also pipe the output to stdout, rather than a file