If you don't already have it, download Anaconda or Miniconda.
Create the Python virtual environment from the environment.yml
file:
conda env create -f environment.yml
Activate the virtual environment and run the jupyter notebook server:
conda activate pyfirenze37
jupyter notebook
To deactivate the virtual environment, run conda deactivate
from this repository root.