Intro to Python 3 notebook and code sample.
First you'll need to create a virtualenv with the Python 3 dependencies defined in requirements.txt
.
Once you've activated the virtualenv you can:
jupyter nbconvert python_3_crash_course.ipynb --to slides --post serve
If you want to customize the style of the notebook, simply override the custom.css
file. The CSS included here is taken from Dunovak's Jupyter Themes.
jupyter notebook
You'll need to grab Twitter credentials from Twitter and fill them out at the top (in the "FILL ME IN" part :-) ) to make it work.