itkwidgets
itkwidgets copied to clipboard
An elegant Python interface for visualization on the web platform to interactively generate insights into multidimensional images, point sets, and geometry.
Hi, I'm having an issue with `itk 5.3.0` which prevents me from using `itkwidgets` (it fails at import), as there is a check in place which fails because `itk` attribute...
This attempts to add more cache refreshing so the latest version of the notebook / JupyterLite deployment is retrieved. However, testing locally, it did provide an updated notebook for me...
Should be able to select an ROI and have the histogram and color/opacity functions updated to match the distribution of data within that ROI. Thanks to Steve Pieper for the...
## Summary Passing an image and a point set that are in correspondence to an `itkwidgets.view` results in only the image being displayed. ## Expected behavior In the 0.32.5 release...
## Overview When trying to view a point set in a scene by itself the individual points are very small. From conversation with @PaulHax it sounds like there are existing...
If the imjoy jupyterlab extension is installed after JupyterLab has been loaded, the page needs to be reloaded to load up the added JavaScript.
## Background Observed zero division error when trying to view 3D ITK image with itkwidgets.view in a Jupyter notebook. ## Output Cell: ``` itkwidgets.view(average_template_10) ``` Output: ``` --------------------------------------------------------------------------- ZeroDivisionError Traceback...
When the data is viewed as a slicer or in 3D, the color black is assigned to a range of intensities, regardless of which colormaps is used. In the following...
Maybe override set_label_image to accept a `list` of label images, internally it calls this functions? @aylward