Skip to main content

Jupyter widgets to visualize images in 2D and 3D

Project description

<h1>itk-jupyter-widgets</h1> <p><a href=”https://github.com/InsightSoftwareConsortium/itk-jupyter-widgets/blob/master/LICENSE”><img src=”https://img.shields.io/badge/License-Apache%202.0-blue.svg” alt=”License” /></a> <a href=”https://pypi.python.org/pypi/itkwidgets”><img src=”https://img.shields.io/pypi/v/itkwidgets.svg” alt=”PyPI” /></a> <a href=”https://circleci.com/gh/InsightSoftwareConsortium/itk-jupyter-widgets”><img src=”https://circleci.com/gh/InsightSoftwareConsortium/itk-jupyter-widgets.svg?style=shield” alt=”Build Status” /></a></p> <p>Interactive <a href=”https://jupyter.org/”>Jupyter</a> widgets to visualize images in 2D and 3D.</p> <img src=”https://i.imgur.com/ERK5JtT.png” width=”800” alt=”Monkey brain volume rendering”> <p>These widgets are designed to support image analysis with the <a href=”https://itk.org/”>Insight Toolkit (ITK)</a>, but they also work with other spatial analysis tools in the scientific Python ecosystem.</p> <p>These widgets are built on <a href=”https://github.com/InsightSoftwareConsortium/itk-js”>itk.js</a> and <a href=”https://github.com/Kitware/vtk-js”>vtk.js</a>.</p> <h2>Installation</h2> <p>To install, use pip:</p> <pre><code class=”language-sh”>pip install itkwidgets jupyter nbextension enable –py –sys-prefix itkwidgets </code></pre> <p>For a development installation (requires <a href=”https://nodejs.org/en/download/”>Node.js</a>),</p> <pre><code class=”language-sh”>git clone https://github.com/InsightSoftwareConsortium/itk-jupyter-widgets.git cd itk-jupyter-widgets python -m pip install -r requirements-dev.txt -r requirements.txt python -m pip install -e . jupyter nbextension install –py –symlink –sys-prefix itkwidgets jupyter nbextension enable –py –sys-prefix itkwidgets jupyter nbextension enable –py –sys-prefix widgetsnbextension python -m pytest </code></pre>

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

itkwidgets-0.2.0.tar.gz (1.7 MB view hashes)

Uploaded Source

Built Distribution

itkwidgets-0.2.0-py2.py3-none-any.whl (3.5 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page