ingredients
-
ipython
-
nbconvert
-
reveal.js
step 1 write you ipython notebook
-
open a new notebook
-
ipython toolbar
changecell toolbar
-
-
do nothing cell just render it
-
Slide
navigate left arrow right arrow
-
Sub-Slide
navigate down arrow up arrow
-
Fragment
-
Skip
-
Notes
press 's'
-
step 2 install reveal.js
check my post 2015-05-09-getting-revealjs-running-on-your-computer
step 3 convert notebook to slide
-
convert
-
–to
you can convert notebook to other format html latex pdf slides <= we use this here markdown rst script notebook => open the notebook execute it capture new output save it as `your.nbconvert.ipynb` $ ipython nbconvert your.ipynb --to slides --post serve
-
-
if you don’t povide
--post
option, serve it-
i don’t like this, it’s not work for me now
$ python -m SimpleHTTPServer 8000
-
step 4 play with your slides
have fun~