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

Last updated: November 05,2024

1. Install "python39-jupyter" package

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

$ sudo zypper refresh $ sudo zypper install python39-jupyter

2. Uninstall "python39-jupyter" package

Here is a brief guide to show you how to uninstall python39-jupyter on openSuSE Tumbleweed:

$ sudo zypper remove python39-jupyter

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

Information for package python39-jupyter:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-jupyter
Version : 1.0.0-12.3
Arch : noarch
Vendor : openSUSE
Installed Size : 2.7 KiB
Installed : No
Status : not installed
Source package : jupyter-1.0.0-12.3.src
Upstream URL : https://github.com/jupyter/jupyter
Summary : Metapackage to install all the Jupyter components in one go
Description :
Jupyter is an environment for interactive computing in multiple languages.
It includes a console, a browser-based notebook format, and support for
dozens of languages through the use of language-specific kernels.
Jupyter is an evolution and modularization of the IPython project, separating
out the python3-specific parts from the language-agnostic parts.
This package pulls in the main Jupyter system, including the notebook,
qtconsole, and the IPython kernel. Additional components and kernels
can be installed separately.