Companion source code for the intro to Seaborn on Live Code Stream
Please read the tutorial for complete instructions.
The project uses pipenv, to install:
pipenv install
Once all dependencies are install start the notebook with the following command
pipenv run jupyter notebook seaborn.ipynb
Thanks!