How to Install and Uninstall python39-holoviews Package on openSuSE Tumbleweed

Last updated: May 23,2024

1. Install "python39-holoviews" package

Please follow the guidance below to install python39-holoviews on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-holoviews

2. Uninstall "python39-holoviews" package

Please follow the guidelines below to uninstall python39-holoviews on openSuSE Tumbleweed:

$ sudo zypper remove python39-holoviews

3. Information about the python39-holoviews package on openSuSE Tumbleweed

Information for package python39-holoviews:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-holoviews
Version : 1.17.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 18.4 MiB
Installed : No
Status : not installed
Source package : python-holoviews-1.17.1-1.2.src
Upstream URL : https://github.com/holoviz/holoviews
Summary : Composable, declarative visualizations for Python
Description :
HoloViews is a Python library for automated plotting of annotated
data.
Instead of building a plot using direct calls to a plotting library,
the developer instead first describes the data with semantic
information and then additional metadata to determine more detailed
aspects of the visualization. This approach provides automatic
visualization that can be requested at any time as the data evolves,
rendered automatically by one of the supported plotting libraries
(such as Bokeh or Matplotlib).