Skip to content

Instantly share code, notes, and snippets.

@sirex
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirex/2b930806989e1a8483d7 to your computer and use it in GitHub Desktop.
Save sirex/2b930806989e1a8483d7 to your computer and use it in GitHub Desktop.
VilniusPy #1: asyncio
/VilniusPy-1-asyncio.slides.html
/reveal.js/
/.ipynb_checkpoints/
.prompt {
display: none;
}
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
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment