How to Install and Uninstall python312-mpld3 Package on openSuSE Tumbleweed

Last updated: June 28,2024

1. Install "python312-mpld3" package

Please follow the steps below to install python312-mpld3 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-mpld3

2. Uninstall "python312-mpld3" package

In this section, we are going to explain the necessary steps to uninstall python312-mpld3 on openSuSE Tumbleweed:

$ sudo zypper remove python312-mpld3

3. Information about the python312-mpld3 package on openSuSE Tumbleweed

Information for package python312-mpld3:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-mpld3
Version : 0.5.9-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 779.6 KiB
Installed : No
Status : not installed
Source package : python-mpld3-0.5.9-2.2.src
Upstream URL : https://mpld3.github.io
Summary : D3 Viewer for Matplotlib
Description :
This is an interactive D3js-based viewer which brings matplotlib graphics to the browser.
Please visit http://mpld3.github.io for documentation and examples.
mpld3 provides a custom stand-alone javascript library built on D3, which
parses JSON representations of plots. The mpld3 python module provides a
set of routines which parses matplotlib plots (using the mplexporter
framework) and outputs the JSON description readable by mpld3.js.