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

Last updated: April 30,2024

1. Install "python3-nbsphinx" package

Please follow the guidelines below to install python3-nbsphinx on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-nbsphinx

2. Uninstall "python3-nbsphinx" package

Please follow the step by step instructions below to uninstall python3-nbsphinx on openSUSE Leap:

$ sudo zypper remove python3-nbsphinx

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

Information for package python3-nbsphinx:
-----------------------------------------
Repository : Main Repository
Name : python3-nbsphinx
Version : 0.6.1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 201.4 KiB
Installed : No
Status : not installed
Source package : python-nbsphinx-0.6.1-bp155.2.11.src
Upstream URL : https://github.com/spatialaudio/nbsphinx/
Summary : Jupyter Notebook Tools for Sphinx
Description :
The nbsphinx package is a Sphinx extension that provides a source
parser for *.ipynb files. Custom Sphinx directives are used to show
Jupyter Notebook code cells (and of course their results) in both HTML
and LaTeX output. Un-evaluated notebooks – i.e. notebooks without
stored output cells – will be automatically executed during the Sphinx
build process.