I run the Notebooks in an Anaconda environment on win11. The env file is located in the environment folder.
Install Anaconda or Miniconda according to the documentation. Create a new environment using the .yml file.
conda env create -f ./environment/win11_env.yml
The environment from the yml file is labeled ai. To activate the env use:
conda activate ai