From 833d800b51b13429026e312db6fa3dec6a7470b7 Mon Sep 17 00:00:00 2001 From: Edan Bainglass <45081142+edan-bainglass@users.noreply.github.com> Date: Fri, 22 Nov 2024 00:04:31 +0100 Subject: [PATCH] Make home notebook full width (#182) Jupyter adds a `max-width: calc(100% - 14ex)` CSS property to the output_subarea class. This PR overwrites it with `max-width: none` to allow container widgets to take up the full width of the notebook. --- start.ipynb | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/start.ipynb b/start.ipynb index c1063a3..fc51cd7 100644 --- a/start.ipynb +++ b/start.ipynb @@ -15,6 +15,25 @@ "}" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "vscode": { + "languageId": "html" + } + }, + "outputs": [], + "source": [ + "%%html\n", + "\n", + "\n" + ] + }, { "cell_type": "code", "execution_count": null, @@ -81,7 +100,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "base", "language": "python", "name": "python3" },