ipyvolume 0.6.3


pip install ipyvolume

  Latest version

Released: Jun 02, 2023

Project Links

Meta
Author: Maarten A. Breddels

Classifiers

Development Status
  • 4 - Beta

Framework
  • IPython

Intended Audience
  • Developers
  • Science/Research

Topic
  • Multimedia :: Graphics

Programming Language
  • Python :: 3
  • Python :: 3.6
  • Python :: 3.7
  • Python :: 3.8

Documentation Version Downloads

IPython widget for rendering 3d volumes and glyphs (e.g. scatter and quiver) in the Jupyter notebook

screencast

screencast

Installation

To install use pip:

$ pip install ipyvolume
$ jupyter nbextension enable --py --sys-prefix ipyvolume

To install use pip (as non-admin):

$ pip install ipyvolume --user
$ jupyter nbextension enable --py --user ipyvolume

For a development installation (requires npm),

$ git clone https://github.com/maartenbreddels/ipyvolume.git
$ cd ipyvolume
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipyvolume
$ jupyter nbextension enable --py --sys-prefix ipyvolume

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
ipywidgets (>=7.0.0)
bqplot
numpy
traittypes
traitlets
Pillow
ipywebrtc
requests
ipyvuetify
ipyvue (>=1.7.0)
pythreejs (>=2.4.0)
matplotlib