diff --git a/esm/notebooks/mutation_effect_prediction.ipynb b/esm/notebooks/mutation_effect_prediction.ipynb index a6a93454..ac2ffe16 100644 --- a/esm/notebooks/mutation_effect_prediction.ipynb +++ b/esm/notebooks/mutation_effect_prediction.ipynb @@ -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",