From 1b076ec5f1b1eb2bae70585a98701a74f3b7edf5 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Thu, 11 Aug 2022 14:46:16 -0400 Subject: [PATCH 1/4] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index f35941c..2fa6ffb 100644 --- a/_config.yml +++ b/_config.yml @@ -56,7 +56,7 @@ sphinx: icon: fab fa-youtube-square type: fontawesome launch_buttons: - binderhub_url: https://binder-staging.2i2c.cloud + binderhub_url: https://mybinder.org notebook_interface: jupyterlab jupyterhub_url: https://jupyterhub.arm.gov extra_navbar: | From 68f269c8c5cc91e3d1fb4f6b79a173b50698b3b9 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Thu, 11 Aug 2022 14:52:58 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51a5604..ae23afe 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Radar Cookbook [![nightly-build](https://github.com/ProjectPythiaCookbooks/radar-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythiaCookbooks/radar-cookbook/actions/workflows/nightly-build.yaml) -[![Binder](https://binder-staging.2i2c.cloud/badge_logo.svg)](https://binder-staging.2i2c.cloud/v2/gh/ProjectPythiaCookbooks/radar-cookbook/main?labpath=notebooks) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ProjectPythiaCookbooks/radar-cookbook/main?labpath=notebooks) This Project Pythia Cookbook covers the basics of working with weather radar data in Python. From e34e1126bd75096522d011c51c40252d287eb20b Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Thu, 11 Aug 2022 14:59:29 -0400 Subject: [PATCH 3/4] Use new pangeo link instead --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 2fa6ffb..9e43d5a 100644 --- a/_config.yml +++ b/_config.yml @@ -56,7 +56,7 @@ sphinx: icon: fab fa-youtube-square type: fontawesome launch_buttons: - binderhub_url: https://mybinder.org + binderhub_url: https://aws-uswest2-binder.pangeo.io/ notebook_interface: jupyterlab jupyterhub_url: https://jupyterhub.arm.gov extra_navbar: | From 7d1e4af77b383b904b200b5a2c083db7309203fb Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Thu, 11 Aug 2022 15:00:04 -0400 Subject: [PATCH 4/4] Use new Pangeo link instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae23afe..5ca7db0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Radar Cookbook [![nightly-build](https://github.com/ProjectPythiaCookbooks/radar-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythiaCookbooks/radar-cookbook/actions/workflows/nightly-build.yaml) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ProjectPythiaCookbooks/radar-cookbook/main?labpath=notebooks) +[![Binder](https://aws-uswest2-binder.pangeo.io/badge_logo.svg)](https://aws-uswest2-binder.pangeo.io/v2/gh/ProjectPythiaCookbooks/radar-cookbook/main?labpath=notebooks) This Project Pythia Cookbook covers the basics of working with weather radar data in Python.