From 12b0a1f945fb40405b6336590f0b5185fca2125d Mon Sep 17 00:00:00 2001 From: sp9unb Date: Wed, 12 Oct 2022 10:53:09 +0200 Subject: [PATCH] widget layout --- notebooks/hotair-box.ipynb | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/notebooks/hotair-box.ipynb b/notebooks/hotair-box.ipynb index b9d0ebd..4532993 100644 --- a/notebooks/hotair-box.ipynb +++ b/notebooks/hotair-box.ipynb @@ -30,7 +30,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "6ea87a15-f571-4611-8487-5b7556e2ef45", "metadata": { "extensions": { @@ -68,7 +68,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "id": "d075a994-76bb-46f7-bdfb-cc6ef449dc43", "metadata": { "extensions": { @@ -107,7 +107,7 @@ }, { "cell_type": "code", - "execution_count": 29, + "execution_count": 31, "id": "2f3b63fd-d5ea-40b6-a2f9-b31c84cfef36", "metadata": { "extensions": { @@ -129,7 +129,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "b0fd2ea17df240dab9321a1d81ca8da9", + "model_id": "", "version_major": 2, "version_minor": 0 }, @@ -137,7 +137,7 @@ "VBox(children=(FloatSlider(value=2.0, description='Width [m]:', layout=Layout(width='500px'), max=5.0, min=0.1…" ] }, - "execution_count": 29, + "execution_count": 31, "metadata": {}, "output_type": "execute_result" } @@ -232,6 +232,14 @@ "\n", "widgets.VBox([width, height, depth, airTemp, hotAirTemp, coatDens, w])\n" ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "7ff11053-436e-4770-bdae-62224e52f168", + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": {