diff --git a/docs/example.ipynb b/docs/example.ipynb index 1c71af2..ffabe9b 100644 --- a/docs/example.ipynb +++ b/docs/example.ipynb @@ -9,6 +9,12 @@ "\n", "In this example, we will download ERA5 data for 1 Jan 2023 at 0.25 degrees resolution and run Aurora on this data. The fine-tuned version of Aurora specifically only works with IFS HRES T0, so we use the non-fine-tuned version of Aurora in this example.\n", "\n", + "Running this notebook requires additional Python packages. You can install these as follows:\n", + "\n", + "```\n", + "pip install cdsapi xarray netcdf4 matplotlib\n", + "```\n", + "\n", "## Downloading the Data\n", "\n", "To begin with, register an account with the [Climate Data Store](https://cds.climate.copernicus.eu/) and create `$HOME/.cdsapirc` with the following content:\n", @@ -296,7 +302,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.14" + "version": "3.10.10" } }, "nbformat": 4,