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

Last updated: October 05,2024

1. Install "python311-ipytablewidgets" package

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

$ sudo zypper refresh $ sudo zypper install python311-ipytablewidgets

2. Uninstall "python311-ipytablewidgets" package

This guide covers the steps necessary to uninstall python311-ipytablewidgets on openSuSE Tumbleweed:

$ sudo zypper remove python311-ipytablewidgets

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

Information for package python311-ipytablewidgets:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-ipytablewidgets
Version : 0.3.1-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 388.9 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