There are two parts to the setup:
- Bookmark the course page, and star/follow the repository
- Either follow the instructions on the course page or the ones below:
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