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.
Perhaps by subscribing to or checking on `ModifiedTime`? Suggested-by: @prabhuramachandran
Create a JupyterLab 3 extension: https://jupyterlab.readthedocs.io/en/stable/extension/extension_dev.html in TypeScript. The primary purpose is to ship the JS/CSS/HTML assets used by ImJoy with the Python package so the package will work offline....
Would be nice (particularly for deep learning notebooks that typically generate output images at a lower resolution than the input image) to be able to show a label over an...
Hi guys. Have any of you tried to run itkwidgets on Google Colab? I got the package installed with `!pip`, but the moment I try `view(image)`, the thing keeps running...
Sphinx / ReadTheDocs https://ipywidgets.readthedocs.io/en/latest/embedding.html#embedding-widgets-in-the-sphinx-html-documentation
The example at https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/vtkPolyData.ipynb doesn't seem to actually bring up the widget in Jupyter Lab. For reference here is my environment: ```sh $ conda create -n sw python vtk matplotlib...
Once a pushed tag, this workflow should, - [x] Generate release notes from *utilities/release-notes.py*. - [ ] Create a GitHub Release from the tag, notes. - [ ] Publish the...
**Problem** I tested the the itkwidgets example 3DImage.ipynb  no error pops, but after view, nothing shows out. **What I have tried** I saw the problem previously asked below, but...
Running to issues getting this working on Jupyterlab 3.x with the following: ###### `enviornment.yml`: ``` channels: - conda-forge - defaults dependencies: - jupyterlab=3.0.10 - itkwidgets=0.32.0 - pyvista=0.29.0 ``` ``` jupyter...
When I try to use "pip install itkwidgets" on terminal, it works with version 0.19.0. However, the latest version is 0.32.1. Then I tried another way 'pip install itkwidgets==0.32.1", it...