From 8abfb656183fb0cbee7a5319e19a41af44edc2fb Mon Sep 17 00:00:00 2001 From: veenstrajelmer Date: Mon, 28 Oct 2024 16:46:22 +0100 Subject: [PATCH] revert --- docs/notebooks/modelbuilder_example.ipynb | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/notebooks/modelbuilder_example.ipynb b/docs/notebooks/modelbuilder_example.ipynb index afa286e0..7a2ccffd 100644 --- a/docs/notebooks/modelbuilder_example.ipynb +++ b/docs/notebooks/modelbuilder_example.ipynb @@ -57,17 +57,6 @@ "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,