From 40ecd495bc6dfc280b2ffc5fc12dae072118a748 2014-05-07 20:10:12 From: Thomas Kluyver Date: 2014-05-07 20:10:12 Subject: [PATCH] Backport PR #5704: Update nbconvertapp.py A spelling mistake in comment corrected in the line 109 --- diff --git a/IPython/nbconvert/nbconvertapp.py b/IPython/nbconvert/nbconvertapp.py index 3649fda..95d4b50 100755 --- a/IPython/nbconvert/nbconvertapp.py +++ b/IPython/nbconvert/nbconvertapp.py @@ -116,7 +116,7 @@ class NbConvertApp(BaseIPythonApplication): You can specify the export format with `--to`. Options include {0} - > ipython nbconvert --to latex mynotebook.ipnynb + > ipython nbconvert --to latex mynotebook.ipynb Both HTML and LaTeX support multiple output templates. LaTeX includes 'basic', 'book', and 'article'. HTML includes 'basic' and 'full'. You