From 9f77e6f5268d68908731758d2d781803407b7a86 Mon Sep 17 00:00:00 2001 From: Jeff Tang Date: Mon, 3 Feb 2025 10:01:27 -0800 Subject: [PATCH] cell type fix --- docs/getting_started.ipynb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.ipynb b/docs/getting_started.ipynb index e2374edf8..b0513751b 100644 --- a/docs/getting_started.ipynb +++ b/docs/getting_started.ipynb @@ -3435,9 +3435,11 @@ ] }, { - "cell_type": "markdown", - "id": "9df8b7e5", + "cell_type": "code", + "execution_count": null, + "id": "469750f7", "metadata": {}, + "outputs": [], "source": [ "from PIL import Image\n", "import matplotlib.pyplot as plt\n",