How to Install and Uninstall python311-ipyvolume Package on openSuSE Tumbleweed

Last updated: July 06,2024

1. Install "python311-ipyvolume" package

This guide let you learn how to install python311-ipyvolume on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-ipyvolume

2. Uninstall "python311-ipyvolume" package

This guide let you learn how to uninstall python311-ipyvolume on openSuSE Tumbleweed:

$ sudo zypper remove python311-ipyvolume

3. Information about the python311-ipyvolume package on openSuSE Tumbleweed

Information for package python311-ipyvolume:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-ipyvolume
Version : 0.6.3-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 588.1 KiB
Installed : No
Status : not installed
Source package : python-ipyvolume-0.6.3-4.1.src
Upstream URL : https://github.com/widgetti/ipyvolume
Summary : IPython widget for rendering 3d volumes
Description :
3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL.
Ipyvolume currently can
- Do (multi) volume rendering.
- Create scatter plots (up to ~1 million glyphs).
- Create quiver plots (like scatter, but with an arrow pointing in a particular direction).
- Render isosurfaces.
- Do lasso mouse selections.
- Render in the Jupyter notebook, or create a standalone html page (or snippet to embed in your page).
- Render in stereo, for virtual reality with Google Cardboard.
- Animate in d3 style, for instance if the x coordinates or color of a scatter plots changes.
- Animations / sequences, all scatter/quiver plot properties can be a list of arrays, which can represent time snapshots.
- Stylable (although still basic)
- Integrates with
+ ipywidgets for adding gui controls (sliders, button etc), see an example at the documentation homepage
+ bokeh by linking the selection
+ bqplot by linking the selection
This package provides the python interface.