From 64f9f389a03f8266d4a337ffec4b4dcf93c41740 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 22 Mar 2026 04:57:26 -0700 Subject: [PATCH] Created using Colab --- studio/Unsloth_Studio_Colab.ipynb | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/studio/Unsloth_Studio_Colab.ipynb b/studio/Unsloth_Studio_Colab.ipynb index 255e0026a7..7191dfde41 100644 --- a/studio/Unsloth_Studio_Colab.ipynb +++ b/studio/Unsloth_Studio_Colab.ipynb @@ -89,13 +89,26 @@ }, "outputs": [], "source": [ - " import sys, time\n", - " sys.path.insert(0, \"/content/unsloth/studio/backend\")\n", - " from colab import start\n", - " start()\n", - " for _ in range(10000): time.sleep(300), print(\"=\", end = \"\")" + "import sys, time\n", + "sys.path.insert(0, \"/content/unsloth/studio/backend\")\n", + "from colab import start\n", + "start()" ] }, + { + "cell_type": "code", + "source": [ + "from google.colab import output\n", + "output.serve_kernel_port_as_iframe(8888, height = 1200, width = \"100%\")\n", + "for _ in range(10000): time.sleep(300), print(\"=\", end = \"\")" + ], + "metadata": { + "id": "wb9UELh--XzX" + }, + "id": "wb9UELh--XzX", + "execution_count": null, + "outputs": [] + }, { "cell_type": "markdown", "id": "f2b0c6a1",