Last active
August 29, 2015 14:17
-
-
Save sirex/2b930806989e1a8483d7 to your computer and use it in GitHub Desktop.
VilniusPy #1: asyncio
This file contains 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
/VilniusPy-1-asyncio.slides.html | |
/reveal.js/ | |
/.ipynb_checkpoints/ |
This file contains 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
.prompt { | |
display: none; | |
} |
This file contains 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
REVEAL_VERSION = 2.6.2 | |
VilniusPy-1-asyncio.slides.html: reveal.js VilniusPy-1-asyncio.ipynb custom.css | |
ipython nbconvert --to slides VilniusPy-1-asyncio.ipynb | |
reveal.js: | |
wget https://github.com/hakimel/reveal.js/archive/$(REVEAL_VERSION).zip | |
unzip $(REVEAL_VERSION).zip | |
mv reveal.js-$(REVEAL_VERSION) reveal.js | |
rm $(REVEAL_VERSION).zip | |
run: | |
ipython nbconvert --to slides VilniusPy-1-asyncio.ipynb --post serve | |
.PHONY: run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment