From 475b9bb4bab9fb25afdcdda613bc66f52b41403a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 16 Dec 2024 13:56:34 -0800 Subject: [PATCH] MAINT: remove binder launches --- README.md | 10 ---------- conf.py | 4 ---- 2 files changed, 14 deletions(-) diff --git a/README.md b/README.md index 6bb0461..3e1cdbc 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,6 @@ To create a suitable Python environment for these notebooks, please follow the [ To view the executed notebooks without running them yourself, please see [this page for static renderings of the content](https://nasa-navo.github.io/navo-workshop/). -## Demo in Binder - -This badge opens Jupyterlab session on Binder which can be used to run the workshop notebooks. - -**Note** that method of running the notebooks is transient, and the session will disappear after -being left unattended for several minutes. - -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/NASA-NAVO/notebooks/main?urlpath=lab) - - ## Running on Sciserver The workshop notebooks can also be run on [Sciserver](https://sciserver.org/), which offers an online Jupyter platform. To use it for the workshop, follow these steps: diff --git a/conf.py b/conf.py index 9033141..b7bac0b 100644 --- a/conf.py +++ b/conf.py @@ -55,10 +55,6 @@ "use_repository_button": True, "use_issues_button": True, "use_edit_page_button": True, - "launch_buttons": { - "binderhub_url": "https://mybinder.org", - - }, "home_page_in_toc": True, }