conda env create -f environment.ymlconda activate <environment-name>Check environment.yml for the exact environment name
# Start Jupyter Notebook
jupyter notebook
# Open main.ipynb and run all cellsIf environment creation fails:
conda env create -f environment.yml --force