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.

itkwidgets version 0.27.0 not rendering on Ubuntu 18 LTS

See original GitHub issue

OS: Ubuntu 18.04.3 LTS Server on google cloud Conda environment running python 3.6.10 itkwidgets installed using conda install -c confa-forge

I was trying to view some meshes on a server using itkwidgets in a Jupiter notebook (not lab) and the renderings weren’t working. No warnings, no errors, just nothing shows up after running the cell:

from itkwidgets import view
view(geometries=[mesh])

Might be of interest to note that when the jupyter server is shutdown and you navigate to the page the space following the above cell (where the mesh/vtk js stuff should be) shows a broken link, so it thinks something should be there its just not showing it.

I had previous servers that worked. I ended up downgrading to 0.26.1 to match another server and everything worked fine. Upgraded again to double-check and it fails to render.

Im happy with using 0.26.1, posting in case someone else has the same issue or there is something that should be fixed.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
thewtexcommented, May 6, 2020

This should be addressed by:

https://github.com/InsightSoftwareConsortium/itkwidgets/commit/5bec6d7a25c991d224586cda93afe33a747bd7b5

We will release 0.27.2 with this fix, soon.

0reactions
thewtexcommented, May 6, 2020

Thanks again for the report.

This should be addressed in version 0.27.2, pip install --upgrade itkwidgets – if not, please re-open. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

itkwidgets.view(image) nothing show · Issue #425 - GitHub
I have tried itkwidget 0.32.1, 0.27.4 and 0.29.0, it still doesn't work. itkwidget view not working in Jupyter Notebook #310. Environment
Read more >
itkwidgets - PyPI
Interactive Jupyter widgets to visualize images, point sets, and meshes in 2D and 3D.
Read more >
Using itkwidgets with PyVista
As of version 0.32.0 , itkwidgets does not support Jupyterlab 3. Attempting to run the following will return a Model not found error...
Read more >
conda-forge
Package, Latest Version, Doc, Dev, License, linux-64, Summary ... 1.4.3, MIT, Tweak the form field rendering in templates, not in python-level form.
Read more >
Gprof2dot is not recognized as an internal or external ...
Gprof2dot is not recognized as an internal or external command operable ... dev BSD-3-Clause X Python library for working with atmospheric time-series by ......
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