From f37d5af83839fbdfc95b6a410815614181061d51 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Thu, 9 Jul 2026 14:38:45 -0400 Subject: [PATCH 1/2] Fix broken link and use internal links --- notebooks/era5-demo.ipynb | 2 +- notebooks/precip_SLP_scipy.ipynb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/era5-demo.ipynb b/notebooks/era5-demo.ipynb index 4dba2db27..9f0f45b70 100644 --- a/notebooks/era5-demo.ipynb +++ b/notebooks/era5-demo.ipynb @@ -144,7 +144,7 @@ "source": [ "## Extend a feature tracking workflow in time with streamed data\n", "\n", - "Here I'm copying code from the [SLP scikit notebook](https://projectpythia.org/feature-tracking-cookbook/notebooks/slp-scikit/) but pulling the data from GDEX and extending the time range" + "Here I'm copying code from the [SLP scikit notebook](SLP_scikit.ipynb) but pulling the data from GDEX and extending the time range" ] }, { diff --git a/notebooks/precip_SLP_scipy.ipynb b/notebooks/precip_SLP_scipy.ipynb index 35ee7cf29..69e059d4e 100644 --- a/notebooks/precip_SLP_scipy.ipynb +++ b/notebooks/precip_SLP_scipy.ipynb @@ -28,8 +28,8 @@ "| [xarray](https://foundations.projectpythia.org/core/xarray/) | Necessary | |\n", "| [matplotlib](https://foundations.projectpythia.org/core/matplotlib/matplotlib-basics/) | Necessary | |\n", "| [Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Necessary | Needed to plot geospatial data|\n", - "| [Scipy Precip Detection and Tracking Algorithm](https://projectpythia.org/feature-tracking-cookbook/notebooks/scipy-precip/) | Necessary | |\n", - "| [Scipy SLP Detection and Tracking Algorithm](https://projectpythia.org/feature-tracking-cookbook/notebooks/slp-scipy/) | Necessary | |\n", + "| [Scipy Precip Detection and Tracking Algorithm](precip_scipy.ipynb) | Necessary | |\n", + "| [Scipy SLP Detection and Tracking Algorithm](slp-scipy.ipynb) | Necessary | |\n", "| [scipy-image](https://docs.scipy.org/doc/scipy/reference/ndimage.html) | Useful | Useful reference for Scipy's label function |\n", "| [IPython](https://ipython.readthedocs.io/en/latest/interactive/plotting.html) | Useful | For inline animation|" ] From 53e57db1c18c660e6f1c2a028d9ccdd74adee333 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Thu, 9 Jul 2026 14:44:38 -0400 Subject: [PATCH 2/2] One more link --- notebooks/precip_SLP_scipy.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/precip_SLP_scipy.ipynb b/notebooks/precip_SLP_scipy.ipynb index 69e059d4e..56f312d58 100644 --- a/notebooks/precip_SLP_scipy.ipynb +++ b/notebooks/precip_SLP_scipy.ipynb @@ -29,7 +29,7 @@ "| [matplotlib](https://foundations.projectpythia.org/core/matplotlib/matplotlib-basics/) | Necessary | |\n", "| [Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Necessary | Needed to plot geospatial data|\n", "| [Scipy Precip Detection and Tracking Algorithm](precip_scipy.ipynb) | Necessary | |\n", - "| [Scipy SLP Detection and Tracking Algorithm](slp-scipy.ipynb) | Necessary | |\n", + "| [Scipy SLP Detection and Tracking Algorithm](SLP_scipy.ipynb) | Necessary | |\n", "| [scipy-image](https://docs.scipy.org/doc/scipy/reference/ndimage.html) | Useful | Useful reference for Scipy's label function |\n", "| [IPython](https://ipython.readthedocs.io/en/latest/interactive/plotting.html) | Useful | For inline animation|" ]