To run the tutorial locally, setup the environment with conda (or mamba):
conda env create -f environment.yml
Then activate the environment with
conda activate python-tutorial
Finally, launch JupyterLab with
jupyter lab
To update the existing environment, run
conda env update -f environment.yml