question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ITK Widgets not displaying in windows 7 machine

See original GitHub issue

Hello,

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:

image

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:closed
  • Created 3 years ago
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
paulomontijocommented, Jun 2, 2020

@thewtex,

it worked! Thanks for the help and the patience 😃

0reactions
thewtexcommented, Jun 2, 2020

@paulomontijo please try:

python -m pip install --upgrade itk itk-meshtopolydata

and let us know how it goes.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found