How to Install and Uninstall python310-ipytablewidgets Package on openSuSE Tumbleweed

Last updated: July 06,2024

1. Install "python310-ipytablewidgets" package

Please follow the step by step instructions below to install python310-ipytablewidgets on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-ipytablewidgets

2. Uninstall "python310-ipytablewidgets" package

Here is a brief guide to show you how to uninstall python310-ipytablewidgets on openSuSE Tumbleweed:

$ sudo zypper remove python310-ipytablewidgets

3. Information about the python310-ipytablewidgets package on openSuSE Tumbleweed

Information for package python310-ipytablewidgets:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-ipytablewidgets
Version : 0.3.1-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 351.1 KiB
Installed : No
Status : not installed
Source package : python-ipytablewidgets-0.3.1-3.1.src
Upstream URL : https://github.com/progressivis/ipytablewidgets
Summary : Widgets to help facilitate reuse of large tables across widgets
Description :
Traitlets and widgets to efficiently data tables (e.g. Pandas DataFrame) using the jupyter notebook
ipytablewidgets is a set of widgets and traitlets to reuse of large tables such as Pandas DataFrames
across different widgets, and different packages.
The major parts of ipytablewidgets are:
- Traits/Widgets definitions
- Adapters to convert tables to those traits
- Serializers/deserializers to send the data across the network
- Apropriate javascript handling and representation of the data