Link to video class here:
Download the presentation here: https://drive.google.com/open?id=1wctFgQe7TSlBEypZbVQqqsfrnpSgOeXPSO-mCJ6jIz4
Use the requirements.txt to create a enviroment and activate it using:
virtualenv -p python3.6 .env
source .env/bin/activateInstall dependencies:
pip install -r requirements.txtCreate a Jupyter kernel using IPykernel as:
python -m ipykernel install --user --name python-data-science --display-name "Python data science"