Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 442 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 442 Bytes

sloan-spark-presentation

To build slidehow:

Pandoc must be installed (not a default conda package), then replace the path with your local path.

jupyter nbconvert --to slides "index.ipynb" --SlidesExporter.reveal_transition=convex --reveal-prefix reveal.js --ServerPostProcessor.ip="0.0.0.0" --ServePostProcessor.port=8910 --post serve

Then rename index.slides.html to index.html

New: jupyter nbconvert --to slides "index.ipynb"