this repository is a resource for those who are interested in learning python for data science. it's intended to be a slightly different way to understand python for data science.
To run the jupyter notebook locally (instructions for virtualenv, not conda envs):
cd docs
virtualenv -p python3 lib
pip install -r requirements.txt
jupyter notebook
MIT license