Skip to content

Commit df2284e

Browse files
committed
Updated notebooks to use dask distributed extension
1 parent 58ce64e commit df2284e

6 files changed

+896
-482
lines changed

notebooks/Solved_Zarr_and_Dask_for_large-scale_imaging-Part-1.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2313,6 +2313,15 @@
23132313
"import tifffile"
23142314
]
23152315
},
2316+
{
2317+
"cell_type": "code",
2318+
"execution_count": null,
2319+
"metadata": {},
2320+
"outputs": [],
2321+
"source": [
2322+
"input_path = r\"C:\\Users\\Public\\Documents\\WSI_example\\CMU-1.svs\""
2323+
]
2324+
},
23162325
{
23172326
"cell_type": "code",
23182327
"execution_count": 48,
@@ -2332,7 +2341,7 @@
23322341
}
23332342
],
23342343
"source": [
2335-
"tif_store = tifffile.imread(r\"C:\\Users\\Public\\Documents\\WSI_example\\CMU-1.svs\", aszarr=True)\n",
2344+
"tif_store = tifffile.imread(input_path, aszarr=True)\n",
23362345
"tif_store"
23372346
]
23382347
},

0 commit comments

Comments
 (0)