Skip to content

Commit d0d8e84

Browse files
committed
fix: clarify interactivity of ipywidgets
1 parent 3083f32 commit d0d8e84

1 file changed

Lines changed: 17 additions & 7 deletions

File tree

formatierung/interaktive_code_zelle.ipynb

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,23 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "90c6e91a",
5+
"id": "9c8399a5",
66
"metadata": {},
77
"source": [
8-
"---\n",
9-
"lang: de-DE\n",
10-
"\n",
11-
"---\n"
8+
"# Interaktivität mit `ipywidgets`"
129
]
1310
},
1411
{
1512
"cell_type": "markdown",
16-
"id": "9c8399a5",
13+
"id": "2a068726",
1714
"metadata": {},
1815
"source": [
19-
"# Interaktivität mit `ipywidgets`"
16+
"````{margin}\n",
17+
"```{admonition} Hinweis\n",
18+
":class: hinweis\n",
19+
"`ipywidgets` sind in der statischen Website-Ansicht von Jupyter Book nicht interaktiv.\n",
20+
"```\n",
21+
"````"
2022
]
2123
},
2224
{
@@ -54,6 +56,14 @@
5456
" print(\"Probieren Sie einen anderen Wert für b.\")"
5557
]
5658
},
59+
{
60+
"cell_type": "code",
61+
"execution_count": null,
62+
"id": "252d07d4",
63+
"metadata": {},
64+
"outputs": [],
65+
"source": []
66+
},
5767
{
5868
"cell_type": "markdown",
5969
"id": "e3c7ed61",

0 commit comments

Comments
 (0)