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.ymlActivate the virtual environment and run the jupyter notebook server:
conda activate pyfirenze37
jupyter notebookTo deactivate the virtual environment, run conda deactivate from this repository root.


