Notes

Convert IPython Notebook to Slides

Convert and display in place:
jupyter-nbconvert --to slides mynotebook.ipynb --reveal-prefix=reveal.js --post serve

Convert to html:
jupyter-nbconvert --to slides mynotebook.ipynb --reveal-prefix=reveal.js

as always, try:
jupyter-nbconvert --help

Leave a Reply

Your email address will not be published. Required fields are marked *