From 7253f89d2b9489446e5f86ca5e0300cb0bbcdb91 Mon Sep 17 00:00:00 2001 From: Himanshu maurya Date: Mon, 8 Sep 2025 21:30:12 -0400 Subject: [PATCH] Update unzip command for the correct name --- ...ingStartedWithDeepSpot_3.1_inference_pretrained_models.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_notebook/Visium_spot_example/GettingStartedWithDeepSpot_3.1_inference_pretrained_models.ipynb b/example_notebook/Visium_spot_example/GettingStartedWithDeepSpot_3.1_inference_pretrained_models.ipynb index 1a2fc6b..4d331fe 100644 --- a/example_notebook/Visium_spot_example/GettingStartedWithDeepSpot_3.1_inference_pretrained_models.ipynb +++ b/example_notebook/Visium_spot_example/GettingStartedWithDeepSpot_3.1_inference_pretrained_models.ipynb @@ -42,7 +42,7 @@ "outputs": [], "source": [ "### unzip data\n", - "!unzip DeepSpot_pretrained_model_weights.zip" + "!unzip DeepSpot_pretrained_model_weights.zip?download\=1" ] }, {