Setting up environment:
- Pipenv is required
- Pyenv is optional but recomended to prevent conflicts with Python versions intalled in your local environment
To set up Python version with Pyenv use:
$ pyenv install
Once pipenv is installed, from the root of this project run:
$ pipenv install
To run Jupyter Notebook use:
$ pipenv run jupyter notebook
Automatically your default web browser will pop up with all the notebooks from this presentation.