itkwidgets
An elegant Python interface for visualization on the web platform to interactively generate insights into multidimensional images, point sets, and geometry.
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.7%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
An elegant Python interface for visualization on the web platform to interactively generate insights into multidimensional images, point sets, and geometry.
Basic Info
- Host: GitHub
- Owner: InsightSoftwareConsortium
- License: apache-2.0
- Language: Python
- Default Branch: main
- Homepage: https://itkwidgets.readthedocs.io/
- Size: 76.9 MB
Statistics
- Stars: 611
- Watchers: 23
- Forks: 84
- Open Issues: 126
- Releases: 71
Topics
Metadata Files
README.md
itkwidgets
ITKWidgets is an elegant Python interface for visualization on the web platform to interactively generate insights into multidimensional images, point sets, and geometry.

Getting Started
Environment Setup
The EnvironmentCheck.ipynb checks the environment that you are running in to make sure that all required dependencies and extensions are correctly installed. Ideally run first before any other notebooks to prevent common issues around dependencies and extension loading.
Installation
To install for all environments:
bash
pip install 'itkwidgets[all]>=1.0a55'
Jupyter Notebook
To install the widgets for the Jupyter Notebook with pip:
bash
pip install 'itkwidgets[notebook]>=1.0a55'
Then look for the ImJoy icon at the top in the Jupyter Notebook:

Jupyter Lab
For Jupyter Lab 3 run:
bash
pip install 'itkwidgets[lab]>=1.0a55'
Then look for the ImJoy icon at the top in the Jupyter Notebook:

Google Colab
For Google Colab run:
bash
pip install 'itkwidgets>=1.0a55'
Example Notebooks
Example Notebooks can be accessed locally by cloning the repository:
bash
git clone -b main https://github.com/InsightSoftwareConsortium/itkwidgets.git
Then navigate into the examples directory:
bash
cd itkwidgets/examples
Usage
In Jupyter, import the view function:
python
from itkwidgets import view
Then, call the view function at the end of a cell, passing in the image to examine:
python
view(image)
For information on additional options, see the view function docstring:
python
view?
See the deployments section for a more detailed overview of additional notebook options as well as other ways to run and interact with your notebooks.
Learn more
Visit the docs for more information on supported notebooks and integrations.
Owner
- Name: Insight Software Consortium
- Login: InsightSoftwareConsortium
- Kind: organization
- Location: Worldwide
- Website: https://itk.org
- Repositories: 115
- Profile: https://github.com/InsightSoftwareConsortium
Community development of the Insight Toolkit (ITK)
GitHub Events
Total
- Create event: 2
- Release event: 2
- Issues event: 7
- Watch event: 24
- Issue comment event: 32
- Push event: 4
- Pull request review event: 1
- Pull request event: 11
- Fork event: 2
Last Year
- Create event: 2
- Release event: 2
- Issues event: 7
- Watch event: 24
- Issue comment event: 32
- Push event: 4
- Pull request review event: 1
- Pull request event: 11
- Fork event: 2
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Brianna Major | b****r@k****m | 240 |
| Matt McCormick | m****k@k****m | 181 |
| Paul Elliott | p****t@k****m | 28 |
| Laryssa Abdala | l****a@g****m | 12 |
| Jeremy Tuloup | j****p@g****m | 3 |
| Stephen R. Aylward | s****d@k****m | 1 |
| Andrey Fedorov | a****v@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 86
- Total pull requests: 158
- Average time to close issues: 8 months
- Average time to close pull requests: 6 days
- Total issue authors: 48
- Total pull request authors: 8
- Average comments per issue: 3.1
- Average comments per pull request: 1.44
- Merged pull requests: 144
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 7
- Pull requests: 12
- Average time to close issues: 1 day
- Average time to close pull requests: about 2 hours
- Issue authors: 7
- Pull request authors: 2
- Average comments per issue: 1.57
- Average comments per pull request: 1.33
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- tbirdso (16)
- thewtex (8)
- PaulHax (6)
- bnmajor (5)
- aylward (3)
- francesco-ballarin (2)
- KumoLiu (2)
- brey (2)
- Tinanuaa (1)
- donny8 (1)
- huyuhuster (1)
- Alisoltan82 (1)
- stefsmeets (1)
- idonashino (1)
- jianjun0407 (1)
Pull Request Authors
- thewtex (86)
- bnmajor (68)
- PaulHax (23)
- jtpio (2)
- fedorov (1)
- prabhuramachandran (1)
- GingerSpacetail (1)
- tbirdso (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 3
-
Total downloads:
- pypi 5,827 last-month
- npm 21 last-month
- Total docker downloads: 3,162
-
Total dependent packages: 16
(may contain duplicates) -
Total dependent repositories: 109
(may contain duplicates) - Total versions: 196
- Total maintainers: 3
pypi.org: itkwidgets
Interactive Jupyter widgets to visualize images, point sets, and meshes in 2D and 3D
- Homepage: https://github.com/InsightSoftwareConsortium/itkwidgets
- Documentation: https://itkwidgets.readthedocs.io/
- License: Apache Software License
-
Latest release: 0.32.6
published almost 3 years ago
Rankings
npmjs.org: itkwidgets
Interactive Jupyter widgets to visualize images in 2D and 3D
- Homepage: https://github.com/InsightSoftwareConsortium/itkwidgets#readme
- License: Apache-2.0
-
Latest release: 0.32.6
published almost 3 years ago
Rankings
Maintainers (1)
conda-forge.org: itkwidgets
- Homepage: https://github.com/InsightSoftwareConsortium/itkwidgets
- License: Apache 2.0
-
Latest release: 0.32.0
published over 5 years ago
Rankings
Dependencies
- actions/checkout v3 composite
- actions/setup-java v3 composite
- actions/setup-python v3 composite
- actions/checkout v3 composite
- pypa/gh-action-pypi-publish master composite
- jupyterlite ==0.1.0b17
- myst-parser *
- pydata-sphinx-theme *
- nodejs
- pip
- python 3.10.*