Skip to content

Commit

Permalink
envvar cdsapi_url in modelbuiler example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 28, 2024
1 parent f7e5234 commit 9756a2d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/notebooks/modelbuilder_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@
"import contextily as ctx\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "2509e7c6-3029-4cbd-9535-04e18245424f",
"metadata": {},
"outputs": [],
"source": [
"# temporarily set envvar for CDS\n",
"os.environ[\"CDSAPI_URL\"] = \"https://cds.climate.copernicus.eu/api\"\n"
]
},
{
"cell_type": "code",
"execution_count": 2,
Expand Down

0 comments on commit 9756a2d

Please sign in to comment.