cell type fix

This commit is contained in:
Jeff Tang 2025-02-03 10:01:27 -08:00
parent 63d6057b0a
commit 9f77e6f526

View file

@ -3435,9 +3435,11 @@
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "code",
"id": "9df8b7e5", "execution_count": null,
"id": "469750f7",
"metadata": {}, "metadata": {},
"outputs": [],
"source": [ "source": [
"from PIL import Image\n", "from PIL import Image\n",
"import matplotlib.pyplot as plt\n", "import matplotlib.pyplot as plt\n",