Last active
March 26, 2016 19:24
-
-
Save D3f0/084fede4832bf7a0e34c to your computer and use it in GitHub Desktop.
Download Reveal for Jupyter/IPython slides
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%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