Skip to content

Commit

Permalink
graphic components for jupyter notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
luigiselmi committed Jul 23, 2024
1 parent faf178a commit 991b39a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/jupyter_widgets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"metadata": {},
"source": [
"# Jupyter widgets\n",
"Widgets are visual components that enhance the interaction with a Jupyter notebook."
"[Jupyter widgets](https://ipywidgets.readthedocs.io/en/latest/index.html) are visual components that enhance the interaction with a Jupyter notebook."
]
},
{
Expand Down Expand Up @@ -47,22 +47,22 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 6,
"id": "3fe87ec6-4cc8-41c0-8bd6-f2a8eeee6f80",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "7fb6ddb7f1fe4a1189823b9e9a624a27",
"model_id": "af62b8b89460432996be7db5362bab26",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"HBox(children=(HBox(children=(Checkbox(value=False, description='a', layout=Layout(object_position='left')), C…"
]
},
"execution_count": 4,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
Expand Down

0 comments on commit 991b39a

Please sign in to comment.