Benchmarking

pipenv

brew install pipenv
pipenv install  # installs packages in Pipfile
pipenv shell    # activate a python session

jupyter notebook

# don't forget to `pipenv shell`
jupyter notebook benchmark-compare.ipynb  # opens in browser