Skip to content

Commit

Permalink
Fix binder links (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
kysrpex committed Sep 30, 2022
1 parent 5fcffa9 commit 001cdf8
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/usage/assertional_knowledge.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"<figure style=\"display: table; text-align:center; margin-left: auto; margin-right:auto\">\n",
"\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v4.0.0rc4?filepath=docs%2Fusage%2assertional_knowledge.ipynb \"Click to run this tutorial yourself!\")\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v4.0.0rc4?filepath=docs%2Fusage%2Fassertional_knowledge.ipynb \"Click to run this tutorial yourself!\")\n",
" \n",
"</figure>"
]
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/sessions/import_export.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"source": [
"<figure style=\"display: table; text-align:center; margin-left: auto; margin-right:auto\">\n",
" \n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v4.0.0rc4?filepath=docs%2Fusage%2Fsessions%import_export.ipynb \"Click to run this tutorial yourself!\")\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v4.0.0rc4?filepath=docs%2Fusage%2Fsessions%2Fimport_export.ipynb \"Click to run this tutorial yourself!\")\n",
" \n",
"</figure>\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/sessions/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"<figure style=\"display: table; text-align:center; margin-left: auto; margin-right:auto\">\n",
"\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v4.0.0rc4?filepath=docs%2Fusage%2sessions.ipynb \"Click to run this tutorial yourself!\")\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v4.0.0rc4?filepath=docs%2Fusage%2Fsessions%2Fintroduction.ipynb \"Click to run this tutorial yourself!\")\n",
" \n",
"</figure>"
]
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/sessions/queries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"<figure style=\"display: table; text-align:center; margin-left: auto; margin-right:auto\">\n",
"\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v4.0.0rc4?filepath=docs%2Fusage%2Fsessions%queries.ipynb \"Click to run this tutorial yourself!\")\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v4.0.0rc4?filepath=docs%2Fusage%2Fsessions%2Fqueries.ipynb \"Click to run this tutorial yourself!\")\n",
" \n",
"</figure>"
]
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/sessions/search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"<figure style=\"display: table; text-align:center; margin-left: auto; margin-right:auto\">\n",
"\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v4.0.0rc4?filepath=docs%2Fusage%2Fsessions%search.ipynb \"Click to run this tutorial yourself!\")\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v4.0.0rc4?filepath=docs%2Fusage%2Fsessions%2Fsearch.ipynb \"Click to run this tutorial yourself!\")\n",
" \n",
"</figure>"
]
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/sessions/sparql.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"<figure style=\"display: table; text-align:center; margin-left: auto; margin-right:auto\">\n",
"\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v4.0.0rc4?filepath=docs%2Fusage%2Fsessions%sparql.ipynb \"Click to run this tutorial yourself!\")\n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v4.0.0rc4?filepath=docs%2Fusage%2Fsessions%2Fsparql.ipynb \"Click to run this tutorial yourself!\")\n",
" \n",
"</figure>"
]
Expand Down
12 changes: 12 additions & 0 deletions docs/usage/visualization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@
"# Visualization"
]
},
{
"cell_type": "markdown",
"id": "9a994990-fcda-497a-9e05-beaf9a5d1ddd",
"metadata": {},
"source": [
"<figure style=\"display: table; text-align:center; margin-left: auto; margin-right:auto\">\n",
" \n",
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v4.0.0rc4?filepath=docs%2Fusage%2Fvisualization.ipynb \"Click to run this tutorial yourself!\")\n",
" \n",
"</figure>"
]
},
{
"cell_type": "markdown",
"id": "baea79ad-864a-40cf-83e4-27518aa6b8f7",
Expand Down

0 comments on commit 001cdf8

Please sign in to comment.