Skip to content

Instantly share code, notes, and snippets.

@D3f0
Last active March 26, 2016 19:24
Show Gist options
  • Save D3f0/084fede4832bf7a0e34c to your computer and use it in GitHub Desktop.
Save D3f0/084fede4832bf7a0e34c to your computer and use it in GitHub Desktop.
Download Reveal for Jupyter/IPython slides
%%bash
test -e reveal.js || {
wget https://github.com/hakimel/reveal.js/archive/3.2.0.zip -O /tmp/reveal.zip
unzip /tmp/reveal.zip
mv reveal.js-* reveal.js
rm /tmp/reveal.js
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment