From 991b39afba7841a8a9a8707360ceff6babf30f6f Mon Sep 17 00:00:00 2001 From: Luigi Selmi Date: Tue, 23 Jul 2024 15:52:06 +0200 Subject: [PATCH] graphic components for jupyter notebooks --- python/jupyter_widgets.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/jupyter_widgets.ipynb b/python/jupyter_widgets.ipynb index b3a3e40..a28251b 100755 --- a/python/jupyter_widgets.ipynb +++ b/python/jupyter_widgets.ipynb @@ -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." ] }, { @@ -47,14 +47,14 @@ }, { "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 }, @@ -62,7 +62,7 @@ "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" }