ITK Widgets not displaying in windows 7 machine
See original GitHub issueHello,
I’m trying to use the command view of itk widgets as follows:
from itkwidgets import compare, view
compare(fixed_image, moving_image)
And i get the following result:
i.e. the images do not show, but the interface seems to be somehow working since the cmap and gradient opacity buttons are working.
I’m currently using a windows 7 machine and google chrome. In another windows 10 machine I can run the same code successfully.
Could anyone please help me?
Issue Analytics
- State:
- Created 3 years ago
- Comments:17 (7 by maintainers)
Top Results From Across the Web
Widget not displayed on Windows 10 machine · Issue #58
I'm using the “2D ITK Images” example from the itkwidget documentation. (Note that, from that example, the first “pip” command of the script ......
Read more >No outputs from view(image) of itkwidgets - ITK Discourse
When I run the following lines from the jupyter notebook provided as examples on github in my system, I fail to get any...
Read more >User-Guided Segmentation of Multi-Modality Medical Imaging ...
ITK -SNAP is an interactive software tool for manual and semi-automatic segmentation of 3D medical images. This paper summarizes major new ...
Read more >ITk Tracking GUI Documentation - Read the Docs
This is the ITk Tracking GUI, a program for the tracking of issues ... For windows and MacOS, navigate to the Python 3.6...
Read more >Project Jupyter | Interactive Widgets
Jupyter widgets enable interactive data visualization in the Jupyter notebooks. Notebook Widgets. Notebooks come alive when interactive widgets are used. Users ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@thewtex,
it worked! Thanks for the help and the patience 😃
@paulomontijo please try:
and let us know how it goes.