diff --git a/sdks/python/sample-notebooks.mdx b/sdks/python/sample-notebooks.mdx
index 58fc176..6abaace 100644
--- a/sdks/python/sample-notebooks.mdx
+++ b/sdks/python/sample-notebooks.mdx
@@ -31,6 +31,14 @@ You can access the sample notebooks on [ Google Driv
Colab](https://colab.research.google.com/drive/1eVYARNFnTIeQqBs6gqeay01EDvRk2EI4)
+
+ This notebook demonstrates how to ingest data into a Custom Dataset. In this case we are using a sample dataset from the [MODIS instrument](https://lpdaac.usgs.gov/products/mcd12q1v006/) which
+ we have prepared.
+
+ [ Open in
+ Colab](https://colab.research.google.com/drive/1QS-srlWPMJg4csc0ycn36yCX9U6mvIpW)
+
+
Execute cells one by one using `Shift+Enter`. Most commonly used libraries are pre-installed.