-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TCIA_Image_Visualization_with_itkWidgets.ipynb #30
Comments
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:
Leaving this open until things are fixed within itkWidgets. Filed issue InsightSoftwareConsortium/itkwidgets#763 to track it. |
`pip install --pre` is likely to pick up zarr version 3 pre-release packages which are unstable. To address kirbyju#30. Also bump `itk` and `itkwidgets` to their latest versions, which contain many improvements.
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:
The text was updated successfully, but these errors were encountered: