From 999cb50dd539ae63a02e9d41533e3f36ebd84d8b Mon Sep 17 00:00:00 2001 From: Celia Ou Date: Thu, 18 Jun 2026 10:48:50 -0700 Subject: [PATCH 1/2] Added Github repository links to VDS notebooks and SWOT SSH VDS notebook --- .../GulfofTehuantepec_Ocean_Response.ipynb | 12 +++++++++++- notebooks/Advanced_cloud/kerchunk_recipes.ipynb | 12 +++++++++++- notebooks/Advanced_cloud/open_icechunk.ipynb | 12 +++++++++++- .../read-SWOT_L2_LR_SSH_Basic_verD.ipynb | 12 +++++++++++- 4 files changed, 44 insertions(+), 4 deletions(-) diff --git a/notebooks/Advanced_cloud/GulfofTehuantepec_Ocean_Response.ipynb b/notebooks/Advanced_cloud/GulfofTehuantepec_Ocean_Response.ipynb index 105e5539..f9cff945 100644 --- a/notebooks/Advanced_cloud/GulfofTehuantepec_Ocean_Response.ipynb +++ b/notebooks/Advanced_cloud/GulfofTehuantepec_Ocean_Response.ipynb @@ -1,5 +1,15 @@ { "cells": [ + { + "cell_type": "markdown", + "id": "832d8f70-1166-4e96-8f41-f07a773e85ee", + "metadata": {}, + "source": [ + "![](https://img.shields.io/badge/PO.DAAC-Contribution-%20?color=grey&labelColor=blue)\n", + "\n", + "> From the PO.DAAC Cookbook, to access the GitHub version of the notebook, follow [this link](https://github.com/podaac/tutorials/blob/master/notebooks/Advanced_cloud/GulfofTehuantepec_Ocean_Response.ipynb)." + ] + }, { "attachments": { "7c95409c-837a-41b4-87fb-522f2e485e58.png": { @@ -6078,7 +6088,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.9" + "version": "3.13.1" } }, "nbformat": 4, diff --git a/notebooks/Advanced_cloud/kerchunk_recipes.ipynb b/notebooks/Advanced_cloud/kerchunk_recipes.ipynb index e1d00615..2541564e 100644 --- a/notebooks/Advanced_cloud/kerchunk_recipes.ipynb +++ b/notebooks/Advanced_cloud/kerchunk_recipes.ipynb @@ -1,5 +1,15 @@ { "cells": [ + { + "cell_type": "markdown", + "id": "17424b45-1930-446d-964b-0e7bdcabd8b1", + "metadata": {}, + "source": [ + "![](https://img.shields.io/badge/PO.DAAC-Contribution-%20?color=grey&labelColor=blue)\n", + "\n", + "> From the PO.DAAC Cookbook, to access the GitHub version of the notebook, follow [this link](https://github.com/podaac/tutorials/blob/master/notebooks/Advanced_cloud/kerchunk_recipes.ipynb)." + ] + }, { "cell_type": "markdown", "id": "180973dc-a4fc-43aa-bbc5-d56ce3e9edba", @@ -2283,7 +2293,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.9" + "version": "3.13.1" } }, "nbformat": 4, diff --git a/notebooks/Advanced_cloud/open_icechunk.ipynb b/notebooks/Advanced_cloud/open_icechunk.ipynb index 7aa3dcd9..2b53e0fd 100644 --- a/notebooks/Advanced_cloud/open_icechunk.ipynb +++ b/notebooks/Advanced_cloud/open_icechunk.ipynb @@ -1,5 +1,15 @@ { "cells": [ + { + "cell_type": "markdown", + "id": "230fdb7a-4535-441d-a200-7348dcc0b19b", + "metadata": {}, + "source": [ + "![](https://img.shields.io/badge/PO.DAAC-Contribution-%20?color=grey&labelColor=blue)\n", + "\n", + "> From the PO.DAAC Cookbook, to access the GitHub version of the notebook, follow [this link](https://github.com/podaac/tutorials/blob/master/notebooks/Advanced_cloud/open_icechunk.ipynb)." + ] + }, { "cell_type": "markdown", "id": "ce676c6b-db54-449a-9952-a73a9a93bf39", @@ -12096,7 +12106,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.13.5" + "version": "3.13.1" } }, "nbformat": 4, diff --git a/notebooks/Advanced_cloud/read-SWOT_L2_LR_SSH_Basic_verD.ipynb b/notebooks/Advanced_cloud/read-SWOT_L2_LR_SSH_Basic_verD.ipynb index ff26de29..3ef2704a 100644 --- a/notebooks/Advanced_cloud/read-SWOT_L2_LR_SSH_Basic_verD.ipynb +++ b/notebooks/Advanced_cloud/read-SWOT_L2_LR_SSH_Basic_verD.ipynb @@ -1,5 +1,15 @@ { "cells": [ + { + "cell_type": "markdown", + "id": "3e08a1ad-ebb4-4a9b-8eb4-940d6a726004", + "metadata": {}, + "source": [ + "![](https://img.shields.io/badge/PO.DAAC-Contribution-%20?color=grey&labelColor=blue)\n", + "\n", + "> From the PO.DAAC Cookbook, to access the GitHub version of the notebook, follow [this link](https://github.com/podaac/tutorials/blob/master/notebooks/Advanced_cloud/read-SWOT_L2_LR_SSH_Basic_verD.ipynb)." + ] + }, { "cell_type": "markdown", "id": "180973dc-a4fc-43aa-bbc5-d56ce3e9edba", @@ -10863,7 +10873,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.9" + "version": "3.13.1" } }, "nbformat": 4, From 309d5b3fdbd16e63ba91fe2ac2be38ba337b180e Mon Sep 17 00:00:00 2001 From: Celia Ou Date: Thu, 18 Jun 2026 11:03:41 -0700 Subject: [PATCH 2/2] Added repo link to VDS starter notebook --- notebooks/Advanced_cloud/using_vds_starter.ipynb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/notebooks/Advanced_cloud/using_vds_starter.ipynb b/notebooks/Advanced_cloud/using_vds_starter.ipynb index a2d2bfd1..9b92c2d0 100644 --- a/notebooks/Advanced_cloud/using_vds_starter.ipynb +++ b/notebooks/Advanced_cloud/using_vds_starter.ipynb @@ -1,5 +1,15 @@ { "cells": [ + { + "cell_type": "markdown", + "id": "9bec5913-950b-46f9-8dae-71f8b7433434", + "metadata": {}, + "source": [ + "![](https://img.shields.io/badge/PO.DAAC-Contribution-%20?color=grey&labelColor=blue)\n", + "\n", + "> From the PO.DAAC Cookbook, to access the GitHub version of the notebook, follow [this link](https://github.com/podaac/tutorials/blob/master/notebooks/Advanced_cloud/using_vds_starter.ipynb)." + ] + }, { "cell_type": "markdown", "id": "3535570f-ca00-458b-9835-82b322a11eec", @@ -22763,7 +22773,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.13.5" + "version": "3.13.1" } }, "nbformat": 4,