diff --git a/_includes/image_file_formats/open_czi_bioio.py b/_includes/image_file_formats/open_czi_bioio.py index 57d4f75a..be755d4e 100644 --- a/_includes/image_file_formats/open_czi_bioio.py +++ b/_includes/image_file_formats/open_czi_bioio.py @@ -13,8 +13,7 @@ # save file in the same directory as this notebook # - Observe that BioImage chooses the correct reader plugin from bioio import BioImage -# bioimage = BioImage('~/skimage-napari-tutorial/ExampleImages/xyz__multiple_images.czi') -bioimage = BioImage('/Users/fschneider/Training/skimage-napari-tutorial/ExampleImages/xyz__multiple_images.czi') +bioimage = BioImage('~/skimage-napari-tutorial/ExampleImages/xyz__multiple_images.czi') print(bioimage) print(type(bioimage))