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

Last updated: June 26,2024

1. Install "python310-jupyter" package

This tutorial shows how to install python310-jupyter on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-jupyter

2. Uninstall "python310-jupyter" package

Learn how to uninstall python310-jupyter on openSuSE Tumbleweed:

$ sudo zypper remove python310-jupyter

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

Information for package python310-jupyter:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-jupyter
Version : 1.0.0-13.1
Arch : noarch
Vendor : openSUSE
Installed Size : 2.7 KiB
Installed : No
Status : not installed
Source package : jupyter-1.0.0-13.1.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.