Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 878 Bytes

README.rst

File metadata and controls

30 lines (19 loc) · 878 Bytes

ivvv

The image voxel volume viewer (pronounced ivy).

Wat?

ivvv is an attempt to provide a lightweight, minimal volume viewer for interactive data exploration in jupyter. (This is a jupyter widget that provide volumetric rendering given a multiple channel zstack as a numpy array.)

Why?

~We wanna look at stuff in notebooks~ Most 3D viewers are too heavyweight to use for quick visualization tasks when experimenting with tractably-sized (analyzing, checking, ...) 3D volumetric datasets.

How?

We've used a stripped down version of 3D rendering provided by the Allen Cell Explorer’s 3D Cell Viewer.

Install

pip install ivvv jupyter nbextension install --py ivvv jupyter nbextension enable ivvv --py