From 27c4932aa6a3edb04210abe5849de11c41cb5100 2013-07-28 00:21:11 From: damianavila Date: 2013-07-28 00:21:11 Subject: [PATCH] Adding --to slides --post serve example in help. --- diff --git a/IPython/nbconvert/nbconvertapp.py b/IPython/nbconvert/nbconvertapp.py index e8de31d..91016c0 100755 --- a/IPython/nbconvert/nbconvertapp.py +++ b/IPython/nbconvert/nbconvertapp.py @@ -119,6 +119,10 @@ class NbConvertApp(BaseIPythonApplication): > ipython nbconvert mynotebook.ipynb --to latex --post PDF + You can get (and serve) a Reveal.js-powered slideshow + + > ipython nbconvert myslides.ipynb --to slides --post serve + Multiple notebooks can be given at the command line in a couple of different ways: