From 3e9b77e76316287f4a60f0875a2b156dff43b10d Mon Sep 17 00:00:00 2001 From: Sebastian Stammler Date: Fri, 21 Jul 2023 17:22:54 +0200 Subject: [PATCH] Adding missing Binder buttons to documentation --- examples/1_simple_integration.ipynb | 4 +++- examples/3_updating.ipynb | 4 +++- examples/4_custom_schemes.ipynb | 2 +- examples/5_adaptive_schemes.ipynb | 2 +- examples/6_implicit_integration.ipynb | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/examples/1_simple_integration.ipynb b/examples/1_simple_integration.ipynb index 8683fcb..981a640 100644 --- a/examples/1_simple_integration.ipynb +++ b/examples/1_simple_integration.ipynb @@ -7,7 +7,9 @@ "**This notebook teaches how to:** \n", "set up frames, create fields, create integration variables, set up derivatives, set up integration instructions, run simulations, write and read data, resume from dump files, and deactivate the progess bar.\n", "\n", - "In addition to the `simframe` requirements, the following packages are needed for this notebook: `matplotlib`, `scipy`." + "In addition to the `simframe` requirements, the following packages are needed for this notebook: `matplotlib`, `scipy`.\n", + "\n", + "[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/stammler/simframe/HEAD?labpath=examples%2F1_simple_integration.ipynb)" ] }, { diff --git a/examples/3_updating.ipynb b/examples/3_updating.ipynb index fc628ba..1b14d02 100644 --- a/examples/3_updating.ipynb +++ b/examples/3_updating.ipynb @@ -7,7 +7,9 @@ "**This notebook teaches how to:** \n", "update groups and fields and use heartbeats.\n", "\n", - "In addition to the `simframe` requirements, the following packages are needed for this notebook: `astropy`, `matplotlib`." + "In addition to the `simframe` requirements, the following packages are needed for this notebook: `astropy`, `matplotlib`.\n", + "\n", + "[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/stammler/simframe/HEAD?labpath=examples%2F3_updating.ipynb)" ] }, { diff --git a/examples/4_custom_schemes.ipynb b/examples/4_custom_schemes.ipynb index 71f9547..c7d1518 100644 --- a/examples/4_custom_schemes.ipynb +++ b/examples/4_custom_schemes.ipynb @@ -568,7 +568,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.11.3" } }, "nbformat": 4, diff --git a/examples/5_adaptive_schemes.ipynb b/examples/5_adaptive_schemes.ipynb index e8d30a2..7dea970 100644 --- a/examples/5_adaptive_schemes.ipynb +++ b/examples/5_adaptive_schemes.ipynb @@ -898,7 +898,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.11.3" } }, "nbformat": 4, diff --git a/examples/6_implicit_integration.ipynb b/examples/6_implicit_integration.ipynb index 0e925b5..722ba55 100644 --- a/examples/6_implicit_integration.ipynb +++ b/examples/6_implicit_integration.ipynb @@ -524,7 +524,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.11.3" } }, "nbformat": 4,