##// END OF EJS Templates
Adding --to slides --post serve example in help.
damianavila -
Show More
@@ -119,6 +119,10 b' class NbConvertApp(BaseIPythonApplication):'
119 119
120 120 > ipython nbconvert mynotebook.ipynb --to latex --post PDF
121 121
122 You can get (and serve) a Reveal.js-powered slideshow
123
124 > ipython nbconvert myslides.ipynb --to slides --post serve
125
122 126 Multiple notebooks can be given at the command line in a couple of
123 127 different ways:
124 128
General Comments 0
You need to be logged in to leave comments. Login now