This release is a pre-release and may not be stable for production use.
itkwidgets
Interactive widgets to visualize images, point sets, and 3D geometry on the web.
Getting Started
Installation
Jupyter Notebook
To install the widgets for the Jupyter Notebook with pip:
pip install 'itkwidgets[notebook]>=1.0a8'
Then look for the ImJoy icon at the top in the Jupyter Notebook:
Jupyter Lab
For Jupyter Lab 3 run:
pip install 'itkwidgets[lab]>=1.0a8'
Then look for the ImJoy icon at the top in the Jupyter Notebook:
Google Colab
For Google Colab run:
pip install 'itkwidgets>=1.0a8'
Example Notebooks
Example Notebooks can be accessed locally by cloning the repository:
git clone -b main https://github.com/InsightSoftwareConsortium/itkwidgets.git
Then navigate into the examples directory:
cd itkwidgets/examples
Usage
In Jupyter, import the view function:
from itkwidgets import view
Then, call the view function at the end of a cell, passing in the image to examine:
view(image)
For information on additional options, see the view function docstring:
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.
Release files for itkwidgets 1.0a13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| itkwidgets-1.0a13.tar.gz | 6.7 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| itkwidgets-1.0a13-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.7 MB
Release files / itkwidgets-1.0a13.tar.gz
| Download URL | itkwidgets-1.0a13.tar.gz |
|---|---|
| Size | 6.7 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ed8f05ac4c02c01bd20ba2286f7fbcd4e7619c8e6852de0aa98dd9ec3b211d87
|
|
BLAKE2b-256 checksum How to use checksums |
29a0ffe9f40dadffc5dadab69804246597ec81dc7d0e7e3d085a1afd4d6d5669
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.14
|
Release files / itkwidgets-1.0a13-py3-none-any.whl
| Download URL | itkwidgets-1.0a13-py3-none-any.whl |
|---|---|
| Size | 23.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9d9ac619ac493605e9e5aa0a28918d8f997c25b24b674162d982b31c3557116e
|
|
BLAKE2b-256 checksum How to use checksums |
cecb0474ffb3a767a2f450bcf4d46d64762dd62ca35b43a6d8c48c1be334c3fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.14
|