Closed kirbyju closed 1 month ago
Same issue in https://github.com/kirbyju/TCIA_Notebooks/blob/main/TCIA_MONAI_Model_Zoo.ipynb. I'm a bit conflicted about whether to keep maintaining this one in my repo. There is a nearly identical notebook at https://github.com/Project-MONAI/tutorials/blob/main/model_zoo/TCIA_PROSTATEx_Prostate_MRI_Anatomy_Model.ipynb. Perhaps it's better to just update that one and delete mine to reduce maintenance and potential confusion? I could cross link to the MONAI notebook from https://github.com/kirbyju/TCIA_Notebooks/blob/main/README.md to ensure people coming here would still find it if you all think that makes sense.
cc: @aylward
It appears that reinstalling the zarr and ngff_zarr fixes the issue in both notebooks:
!pip uninstall -y zarr ngff_zarr
!pip install zarr ngff_zarr
Leaving this open until things are fixed within itkWidgets. Filed issue https://github.com/InsightSoftwareConsortium/itkwidgets/issues/763 to track it.
@kirbyju a PR to address this is here: https://github.com/kirbyju/TCIA_Notebooks/pull/31
Colab with #31:
Resolved via #31
Hi @thewtex @bnmajor ,
In https://github.com/kirbyju/TCIA_Notebooks/blob/main/TCIA_Image_Visualization_with_itkWidgets.ipynb, once reaching this step in Google Colab:
from itkwidgets import view
The following error occurs: