Skip to content

satellogic/telluric-lightning-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.