Removed cell error output in mutation notebook

This commit is contained in:
Vincent Amato
2025-08-16 00:01:50 -04:00
parent 4926df024e
commit 023dae9287

View File

@@ -34,19 +34,10 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "24652854",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/Users/vincent/Developer/mlx-esm-2/.venv/lib/python3.11/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
" from .autonotebook import tqdm as notebook_tqdm\n"
]
}
],
"outputs": [],
"source": [
"import mlx.core as mx\n",
"import numpy as np\n",