Skip to content

Commit a5f02e3

Browse files
committed
Added instructions to download the sample image
1 parent 3eec8f7 commit a5f02e3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

notebooks/Zarr_and_Dask_for_large-scale_image_analysis-Lesson-2.ipynb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,20 @@
6262
"import tifffile"
6363
]
6464
},
65+
{
66+
"cell_type": "markdown",
67+
"metadata": {},
68+
"source": [
69+
"Download the *CMU-1.svs* image from the [test data repository of OpenSlide](https://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/). This is a brightfield image of around 169.33 MB in the SVS format."
70+
]
71+
},
6572
{
6673
"cell_type": "code",
67-
"execution_count": 2,
74+
"execution_count": null,
6875
"metadata": {},
6976
"outputs": [],
7077
"source": [
78+
"# Change this path to the location of the \"CMU-1.svs\" image that was downloaded.\n",
7179
"input_path = \"CMU-1.svs\""
7280
]
7381
},

0 commit comments

Comments
 (0)