From 2e5c44b5118dfab095088ef559751a4c7ab9dfec Mon Sep 17 00:00:00 2001 From: Edan Bainglass Date: Thu, 21 Nov 2024 12:40:16 +0000 Subject: [PATCH] Make home notebook full width --- 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" },