How to Install and Uninstall python39-jupyter-events Package on openSuSE Tumbleweed

Last updated: November 05,2024

1. Install "python39-jupyter-events" package

Please follow the guidelines below to install python39-jupyter-events on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-jupyter-events

2. Uninstall "python39-jupyter-events" package

This guide covers the steps necessary to uninstall python39-jupyter-events on openSuSE Tumbleweed:

$ sudo zypper remove python39-jupyter-events

3. Information about the python39-jupyter-events package on openSuSE Tumbleweed

Information for package python39-jupyter-events:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-jupyter-events
Version : 0.9.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 77.8 KiB
Installed : No
Status : not installed
Source package : python-jupyter-events-0.9.0-2.1.src
Upstream URL : https://github.com/jupyter/jupyter_events
Summary : Jupyter Event System library
Description :
Jupyter Events enables Jupyter Python Applications (e.g. Jupyter Server,
JupyterLab Server, JupyterHub, etc.) to emit events—structured data
describing things happening inside the application. Other software
(e.g. client applications like JupyterLab) can listen and respond to
these events.