From 80b4526148ec94f96c62cd8a539b817c4073ed3a Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Wed, 19 Feb 2025 11:47:35 -0500 Subject: [PATCH] Add Colab badge to notebook --- docs/PDFM/pdfm_superresolution.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/PDFM/pdfm_superresolution.ipynb b/docs/PDFM/pdfm_superresolution.ipynb index 643134e..afe6c15 100644 --- a/docs/PDFM/pdfm_superresolution.ipynb +++ b/docs/PDFM/pdfm_superresolution.ipynb @@ -8,6 +8,8 @@ "source": [ "# PDFM Super Resolution with Zillow Housing Data\n", "\n", + "[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/opengeos/GeoAI-Tutorials/blob/main/docs/PDFM/pdfm_superresolution.ipynb)\n", + "\n", "This notebook is adapted from the PDFM notebook example [here](https://github.com/google-research/population-dynamics/blob/master/notebooks/pdfm_superresolution_and_imputation.ipynb). Credits to the original authors." ] },