From 22b93735c2c0068023485a02694b2c220dc8aa12 2013-07-27 00:44:53 From: Jonathan Frederic Date: 2013-07-27 00:44:53 Subject: [PATCH] Update comment --- diff --git a/IPython/nbconvert/nbconvertapp.py b/IPython/nbconvert/nbconvertapp.py index 6ac273f..e3ae068 100755 --- a/IPython/nbconvert/nbconvertapp.py +++ b/IPython/nbconvert/nbconvertapp.py @@ -109,7 +109,7 @@ class NbConvertApp(BaseIPythonApplication): 'basic', 'book', and 'article'. HTML includes 'basic' and 'full'. You can specify the flavor of the format used. - > ipython nbconvert --to html --template reveal mynotebook.ipnynb + > ipython nbconvert --to html --template basic mynotebook.ipynb You can also pipe the output to stdout, rather than a file