From 5dc55ef2cb4579d886ae7caa114737a1550e3291 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Thu, 28 Nov 2024 18:09:23 +0000 Subject: [PATCH] Make atmospec app wider This is the same fix as in aiidalab/aiidalab-home#182 Ultimately this this fix should be applied in AWB, but for now we'll do it here. --- notebooks/atmospec.ipynb | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/notebooks/atmospec.ipynb b/notebooks/atmospec.ipynb index 4d6e92b..080e5cf 100644 --- a/notebooks/atmospec.ipynb +++ b/notebooks/atmospec.ipynb @@ -28,6 +28,21 @@ "}" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "%%html\n", + "\n", + "" + ] + }, { "cell_type": "code", "execution_count": null, @@ -220,7 +235,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.2" + "version": "3.9.13" } }, "nbformat": 4,