itkwidgets icon indicating copy to clipboard operation
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.

Results 144 itkwidgets issues
Sort by recently updated
recently updated
newest added

The fullscreen button does not work. ![image](https://github.com/InsightSoftwareConsortium/itkwidgets/assets/16823231/53cbbb3b-10cf-486d-a9e9-75dc4f9f2b69) Works in https://github.com/InsightSoftwareConsortium/itk-viewer-bootstrap-ui Probably need to add `allow="fullscreen"` to the iframe: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#allowfullscreen

My understanding is that `itkwidgets` depends on the [ITK-VTK-Viewer](https://github.com/Kitware/itk-vtk-viewer) project, but `itkwidgets` doesn't appear to mention that project in its documentation. It would be helpful to add a line or...

It would be helpful to have a public roadmap for `itkwidgets` to inform developers and collaborators on planned development efforts for features and bug fixes. Alternatively, returning to the use...

I posted the following message on the VSCode Jupyter extension repo, as I think the bug is more related to VSCode than to itkwidgets, but if someone has any idea...

I tried to install itkwidgets on Notebook 7 but it failed. Is there a way to do it ?

The point set display seems to only visualize a third of the points it's given. This is demonstrated here: https://colab.research.google.com/drive/1NJhgBrYcljLd35CrAKXnvQKrzOAWcesF?usp=sharing

the following works and if running the built container will allow running the linux desktop. however, replacing the itkwidgets install with the latest alpha breaks something in the server proxy...

When folks first `pip install itkwidgets`, my understanding is folks must refresh the notebook page to load the Imjoy extension. If they don't, `view(thing)` shows no cell output. Should always...

## Summary It would be nice to be able to programmatically write out screenshots from itkwidgets views. ## Motivation As part of the [Get Your Brain Together Hackathon](https://github.com/InsightSoftwareConsortium/GetYourBrainTogether/tree/main/HCK02_2023_Allen_Institute_Hybrid) we are...