## How to run Supplement_Information.ipynb

1. Install Anaconda (refer to https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/install.html).
2. Download the supplement folder.
3. From a terminal (cmd in Windows), navigate to the path of the downloaded folder. Activate the environment `environment.yml` and launch the notebook from the command line:

	>conda activate LPJGM_uncertainty
	>jupyter notebook
