Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 584 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 584 Bytes

telluric

Press the button to launch a cloud Jupyter notebook with the talk.

Binder

To generate slides locally, ready to be served statically:

# Remove --reveal-prefix after nbconvert 5.4.0 is out, see
# https://github.com/jupyter/nbconvert/pull/732
jupyter nbconvert Talk.ipynb --to slides --reveal-prefix "https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.6.0"

And then python -m http.server & xdg-open http://0.0.0.0:8000/Talk.slides.html.