Skip to content

Commit

Permalink
Adding missing Binder buttons to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stammler committed Jul 21, 2023
1 parent c53536d commit 3e9b77e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion examples/1_simple_integration.ipynb
Expand Up @@ -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)"
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion examples/3_updating.ipynb
Expand Up @@ -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)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/4_custom_schemes.ipynb
Expand Up @@ -568,7 +568,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/5_adaptive_schemes.ipynb
Expand Up @@ -898,7 +898,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion examples/6_implicit_integration.ipynb
Expand Up @@ -524,7 +524,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.11.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 3e9b77e

Please sign in to comment.