Skip to content

Commit 2bfea8e

Browse files
authored
force rebuild
1 parent ef90399 commit 2bfea8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: "auto"
11+
execute_notebooks: "force"
1212

1313
only_build_toc_files: true
1414

index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3484,7 +3484,7 @@
34843484
}
34853485
],
34863486
"source": [
3487-
"from IPython.display import display, IFrame\n",
3487+
"from IPython.display import displae\n",
34883488
"display(IFrame(src=\"https://raw.githubusercontent.com/OCDO/cmso/main/cmso.owl\", width='100%', height='500px'))"
34893489
]
34903490
},

0 commit comments

Comments
 (0)