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..56f312d58 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|" ]