How to Install and Uninstall python3-nbconvert Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-nbconvert" package

In this section, we are going to explain the necessary steps to install python3-nbconvert on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-nbconvert

2. Uninstall "python3-nbconvert" package

Here is a brief guide to show you how to uninstall python3-nbconvert on openSUSE Leap:

$ sudo zypper remove python3-nbconvert

3. Information about the python3-nbconvert package on openSUSE Leap

Information for package python3-nbconvert:
------------------------------------------
Repository : Main Repository
Name : python3-nbconvert
Version : 5.6.1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 1.9 MiB
Installed : No
Status : not installed
Source package : python-nbconvert-5.6.1-bp155.2.11.src
Upstream URL : https://github.com/jupyter/nbconvert
Summary : Conversion of Jupyter Notebooks
Description :
The jupyter nbconvert package converts notebooks to various other formats
via Jinja templates.
This package provides the python interface.