There are two parts to the setup:
Download the repo, and install the virtual env
git clone https://github.com/knathanieltucker/data-science-foundations.git
cd data-science-foundations
virtualenv env
source env/bin/activate
pip install -r requirements.txt
Before each lesson make sure to update the repo by running the following commands:
git fetch origin
git rebase origin/master
jupyter nbconvert mynotebook.ipynb --to slides --post serve