Skip to content

Commit 4a906f7

Browse files
committed
change notebooks
1 parent 40220ab commit 4a906f7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ logo: docs/source/_static/logo.png
88
# Force re-execution of notebooks on each build.
99
# See https://jupyterbook.org/content/execute.html
1010
execute:
11-
execute_notebooks: "force"
11+
execute_notebooks: "fauto"
1212

1313
only_build_toc_files: true
1414

_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Learn more at https://jupyterbook.org/customize/toc.html
33

44
format: jb-book
5-
root: index
5+
root: index_1
66
chapters:
77
- file: docs/gettingstarted.md
88
- file: docs/examples.md

index.ipynb renamed to index_1.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3110,12 +3110,12 @@
31103110
"id": "ebccd29f-55cd-4165-9785-e0939492d2a4",
31113111
"metadata": {},
31123112
"source": [
3113-
"`atomrdf` is powered by [Computational Material Sample Ontology (CMSO)](https://github.com/Materials-Data-Science-and-Informatics/cmso-ontology). "
3113+
"`atomrdf` is powered by [Atomistic Simulation Methods Ontology](https://github.com/ocdo/asmo). "
31143114
]
31153115
},
31163116
{
31173117
"cell_type": "code",
3118-
"execution_count": 6,
3118+
"execution_count": null,
31193119
"id": "cb7ce0f6-ea63-4879-9b4e-58304407dffe",
31203120
"metadata": {
31213121
"editable": true,
@@ -3151,7 +3151,7 @@
31513151
],
31523152
"source": [
31533153
"from IPython.display import display, IFrame\n",
3154-
"display(IFrame(src=\"https://service.tib.eu/webvowl/#iri=https://raw.githubusercontent.com/OCDO/cmso/main/cmso.owl\", width='100%', height='500px'))"
3154+
"display(IFrame(src=\"https://service.tib.eu/webvowl/#iri=https://raw.githubusercontent.com/OCDO/asmo/main/asmo.owl\", width='100%', height='500px'))"
31553155
]
31563156
},
31573157
{

0 commit comments

Comments
 (0)