Version 0.16

This commit is contained in:
rskoupy
2023-12-07 15:54:02 +01:00
parent 2a938d2b73
commit 5840b89855

View File

@ -291,7 +291,7 @@
},
{
"cell_type": "code",
"execution_count": 758,
"execution_count": 761,
"id": "8055b802-cf83-4250-aea9-54e3e6b73db0",
"metadata": {},
"outputs": [],
@ -828,20 +828,20 @@
"\n",
"### Start the interactive gui by running the field\n",
"```python\n",
"display(HBox([controls, gui]))\n",
"display(HBox([controls, VBox([small_controls, gui]) ]))\n",
"```"
]
},
{
"cell_type": "code",
"execution_count": 759,
"execution_count": 762,
"id": "7937f054-fcd0-4e67-a20f-7696f5903a94",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "164f877a365543aea26b5fecf9a80a1c",
"model_id": "8cc6b115d9154a9dbe2bd574fa3755cc",
"version_major": 2,
"version_minor": 0
},
@ -877,27 +877,6 @@
"# import ipywidgets\n",
"# print(\"Ipywidgets version \", ipywidgets.__version__)"
]
},
{
"cell_type": "code",
"execution_count": 736,
"id": "df751153-70c4-47a8-801c-3a96d813399e",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'55px'"
]
},
"execution_count": 752,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"str(int(graph_size.value/100*62))+'px'"
]
}
],
"metadata": {