From 643648d57d1c44f899210c0fceacdd119bb77894 Mon Sep 17 00:00:00 2001 From: LegrandNico Date: Tue, 26 Nov 2024 18:08:11 +0100 Subject: [PATCH] hgf data --- ...tion_to_the_generalised_hierarchical_gaussian_filter.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/notebooks/Exercise_1_Introduction_to_the_generalised_hierarchical_gaussian_filter.ipynb b/docs/source/notebooks/Exercise_1_Introduction_to_the_generalised_hierarchical_gaussian_filter.ipynb index bc126d259..d5860a408 100644 --- a/docs/source/notebooks/Exercise_1_Introduction_to_the_generalised_hierarchical_gaussian_filter.ipynb +++ b/docs/source/notebooks/Exercise_1_Introduction_to_the_generalised_hierarchical_gaussian_filter.ipynb @@ -624,7 +624,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": null, "id": "17d99c2b-2462-47bc-a0e2-80d3c39c29bf", "metadata": { "editable": true, @@ -760,7 +760,7 @@ ], "source": [ "aarhus_weather_df = pd.read_csv(\n", - " \"https://raw.githubusercontent.com/ComputationalPsychiatry/hgf-data/main/datasets/weather.csv\"\n", + " \"https://raw.githubusercontent.com/ilabcode/hgf-data/main/datasets/weather.csv\"\n", ")\n", "aarhus_weather_df.head()" ]