How to Install and Uninstall jupyter Package on openSUSE Leap

Last updated: May 17,2024

1. Install "jupyter" package

Learn how to install jupyter on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install jupyter

2. Uninstall "jupyter" package

Learn how to uninstall jupyter on openSUSE Leap:

$ sudo zypper remove jupyter

3. Information about the jupyter package on openSUSE Leap

Information for package jupyter:
--------------------------------
Repository : Main Repository
Name : jupyter
Version : 1.0.0-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 2.3 KiB
Installed : No
Status : not installed
Source package : jupyter-1.0.0-bp155.2.13.src
Upstream URL : https://github.com/jupyter/jupyter
Summary : Environment for interactive computing
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.