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

Last updated: July 05,2024

1. Install "python38-mpld3" package

In this section, we are going to explain the necessary steps to install python38-mpld3 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-mpld3

2. Uninstall "python38-mpld3" package

Learn how to uninstall python38-mpld3 on openSuSE Tumbleweed:

$ sudo zypper remove python38-mpld3

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

Information for package python38-mpld3:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-mpld3
Version : 0.5.2-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 850,7 KiB
Installed : No
Status : not installed
Source package : python-mpld3-0.5.2-1.2.src
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.