From 95fdffd51fbb6718f9ea26b37f9a7e5964d699a3 Mon Sep 17 00:00:00 2001 From: Shanice Date: Fri, 14 Jun 2024 21:56:33 +0000 Subject: [PATCH] took away tqdm --- notebooks/cfc-ocean.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/notebooks/cfc-ocean.ipynb b/notebooks/cfc-ocean.ipynb index 0ebbf1e..b2cb31f 100644 --- a/notebooks/cfc-ocean.ipynb +++ b/notebooks/cfc-ocean.ipynb @@ -235,7 +235,6 @@ "source": [ "import os\n", "import sys\n", - "from tqdm.autonotebook import tqdm\n", "from dask_gateway import Gateway\n", "from dask.distributed import Client\n", "\n",