Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change MyBinder links to VEDA Binder #188

Merged
merged 6 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion instance-management/adding-content/docs-and-notebooks.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Something like: public.ecr.aws/nasa-veda/pangeo-notebook:60b023fba2ca5f9e19d285c

To give the notebooks a standard look and feel we typically include the following sections:

- **Run this Notebook**: The section explains how to run the notebook locally, on VEDA JupyterHub or on [mybinder](https://mybinder.org/). There are several examples of what this section can look like in the template notebooks.
- **Run this Notebook**: The section explains how to run the notebook locally, on [VEDA JupyterHub](https://docs.openveda.cloud/nasa-veda-platform/scientific-computing/), on [VEDA Trial Hub](https://binder.openveda.cloud/), or on the public [MyBinder](https://mybinder.org/). There are several examples of what this section can look like in the template notebooks.
- **Approach**: List a few steps that outline the approach you be taking in this notebook.
- **About the data**: Optional description of the dataset
- **Declare your collection of interest**: This section reiterates how you can discover which collections are available. You can copy the example of this section from one of the template notebooks.
Expand Down
9 changes: 9 additions & 0 deletions nasa-veda-platform/scientific-computing/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ VEDA scientific computing services provide scientists with the resources they ne

VEDA promotes the use of JupyterHub environments for interactive data science. JupyterHub enables you to analyze massive archives of Earth science data in the cloud in an interactive environment that alleviates the complexities of managing compute resources (virtual machines, roles and permissions, etc).

### VEDA Sponsored JupyterHub service

Users affiliated with VEDA can get access to a dedicated JupyterHub service, provided in collaboration with [2i2c](https://2i2c.org/): [hub.openveda.cloud](https://hub.openveda.cloud/). Please find instructions for requesting access below.

If you are a scientist affiliated with NASA projects such as [EIS](https://eis.smce.nasa.gov/about.html) and [MAAP](https://ops.maap-project.org), you can also keep using the resources provided by these projects.
Expand All @@ -24,6 +26,13 @@ Through the use of [open-source technology](/open-source-ecosystem/index.qmd), w

VEDA JupyterHub is provided in collaboration with [2i2c.org](https://2i2c.org/) and feature development on VEDA benefits the large community of open-source JupyterHub users.

### Public VEDA Trial Hub service (Binder)

Some of our tutorial notebooks do not require direct data access or substantial CPU or memory resources.
These can also be executed interactively in the open access [VEDA Trial Hub (Binder)](https://binder.openveda.cloud/) service, a copy of [MyBinder](https://mybinder.org/).

Please note that resources in the Binder services are restricted and that your data is not stored between sessions. Any changes you make will be discarded when your session ends.


## Instructory notebooks

Expand Down
4 changes: 2 additions & 2 deletions notebooks/datasets/air-quality-covid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"\n",
"You can launch this notebook using mybinder, by clicking the button below.\n",
"\n",
"<a href=\"https://mybinder.org/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/datasets/air-quality-covid.ipynb\">\n",
"<img src=\"https://mybinder.org/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"<a href=\"https://binder.openveda.cloud/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/datasets/air-quality-covid.ipynb\">\n",
"<img src=\"https://binder.openveda.cloud/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"</a>"
]
},
Expand Down
4 changes: 2 additions & 2 deletions notebooks/datasets/ocean-npp-timeseries-analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"\n",
"You can launch this notebook using mybinder, by clicking the button below.\n",
"\n",
"<a href=\"https://mybinder.org/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/datasets/ocean-npp-timeseries-analysis.ipynb\">\n",
"<img src=\"https://mybinder.org/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"<a href=\"https://binder.openveda.cloud/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/datasets/ocean-npp-timeseries-analysis.ipynb\">\n",
"<img src=\"https://binder.openveda.cloud/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"</a>"
]
},
Expand Down
4 changes: 2 additions & 2 deletions notebooks/datasets/volcano-so2-monitoring.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"\n",
"You can launch this notebook using mybinder, by clicking the button below.\n",
"\n",
"<a href=\"https://mybinder.org/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/datasets/volcano-so2-monitoring.ipynb\">\n",
"<img src=\"https://mybinder.org/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"<a href=\"https://binder.openveda.cloud/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/datasets/volcano-so2-monitoring.ipynb\">\n",
"<img src=\"https://binder.openveda.cloud/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"</a>"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The **Quickstarts** examples are further divided into two sections, which you ca

## How to run

Every notebook contains information about how to run it. Some can run on [mybinder](https://mybinder.org/) and all can run on the VEDA JupyterHub. See [VEDA Analytics JupyterHub Access](https://nasa-impact.github.io/veda-docs/veda-jh-access.html) for information about how to gain access.
Every notebook contains information about how to run it. Some can run on [VEDA Trial Hub](https://binder.openveda.cloud/) and all can run on the [VEDA JupyterHub](https://hub.openveda.cloud/). See [VEDA Analytics JupyterHub Access](https://nasa-impact.github.io/veda-docs/veda-jh-access.html) for information about how to gain access.

### Running outside of VEDA JupyterHub

Expand Down
4 changes: 2 additions & 2 deletions notebooks/quickstarts/hls-visualization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"\n",
"You can launch this notbook using mybinder, by clicking the button below.\n",
"\n",
"<a href=\"https://mybinder.org/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/quickstarts%2Fhls-visualization.ipynb\">\n",
"<img src=\"https://mybinder.org/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"<a href=\"https://binder.openveda.cloud/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/quickstarts%2Fhls-visualization.ipynb\">\n",
"<img src=\"https://binder.openveda.cloud/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"</a>"
]
},
Expand Down
4 changes: 2 additions & 2 deletions notebooks/quickstarts/list-collections.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"\n",
"You can launch this notbook using mybinder, by clicking the button below.\n",
"\n",
"<a href=\"https://mybinder.org/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/quickstarts%2Flist-collections.ipynb\">\n",
"<img src=\"https://mybinder.org/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"<a href=\"https://binder.openveda.cloud/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/quickstarts%2Flist-collections.ipynb\">\n",
"<img src=\"https://binder.openveda.cloud/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"</a>"
]
},
Expand Down
4 changes: 2 additions & 2 deletions notebooks/quickstarts/no2-map-plot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"\n",
"You can launch this notbook using mybinder, by clicking the button below.\n",
"\n",
"<a href=\"https://mybinder.org/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/quickstarts%2Fno2-map-plot.ipynb\">\n",
"<img src=\"https://mybinder.org/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"<a href=\"https://binder.openveda.cloud/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/quickstarts%2Fno2-map-plot.ipynb\">\n",
"<img src=\"https://binder.openveda.cloud/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"</a>"
]
},
Expand Down
4 changes: 2 additions & 2 deletions notebooks/quickstarts/timeseries-stac-api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"\n",
"You can launch this notbook using mybinder, by clicking the button below.\n",
"\n",
"<a href=\"https://mybinder.org/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/quickstarts%2Ftimeseries-stac-api.ipynb\">\n",
"<img src=\"https://mybinder.org/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"<a href=\"https://binder.openveda.cloud/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/quickstarts%2Ftimeseries-stac-api.ipynb\">\n",
"<img src=\"https://binder.openveda.cloud/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"</a>"
]
},
Expand Down
4 changes: 2 additions & 2 deletions notebooks/templates/template-using-the-raster-api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"\n",
"You can launch this notbook using mybinder, by clicking the button below.\n",
"\n",
"<a href=\"https://mybinder.org/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/template.ipynb\">\n",
"<img src=\"https://mybinder.org/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"<a href=\"https://binder.openveda.cloud/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/template.ipynb\">\n",
"<img src=\"https://binder.openveda.cloud/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"</a>"
]
},
Expand Down
4 changes: 2 additions & 2 deletions notebooks/tutorials/mapping-fires.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"\n",
"You can launch this notbook using mybinder, by clicking the button below.\n",
"\n",
"<a href=\"https://mybinder.org/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/tutorials/mapping-fires.ipynb\">\n",
"<img src=\"https://mybinder.org/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"<a href=\"https://binder.openveda.cloud/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks/tutorials/mapping-fires.ipynb\">\n",
"<img src=\"https://binder.openveda.cloud/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"</a>"
]
},
Expand Down
4 changes: 2 additions & 2 deletions notebooks/tutorials/netcdf-to-cog-cmip6.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"source": [
"You can launch this notbook using mybinder, by clicking the button below.\n",
"\n",
"<a href=\"https://mybinder.org/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks%2Ftutorials%2netcdf-to-cog-cmip6.ipynb\">\n",
"<img src=\"https://mybinder.org/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"<a href=\"https://binder.openveda.cloud/v2/gh/NASA-IMPACT/veda-docs/HEAD?labpath=notebooks%2Ftutorials%2netcdf-to-cog-cmip6.ipynb\">\n",
"<img src=\"https://binder.openveda.cloud/badge_logo.svg\" alt=\"Binder\" title=\"A cute binder\" width=\"150\"/> \n",
"</a>\n"
]
},
Expand Down