This project includes demonstration code for the presentation at Hannari Python #2 at Jan 19th 2018.
Requires Python 3.6 or later.
pyenv local 3.6.3
then create venv environment like this
python -m venv venv
source venv/bin/activate
pip install -r requirements.lock
Create jupyter kernel for this project as follows
python -m ipykernel install --user --name hannari-python-2 --display-name "Hannari Python #2"
jupyter notebook