How to Install and Uninstall python311-nbsphinx Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python311-nbsphinx" package

Please follow the instructions below to install python311-nbsphinx on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-nbsphinx

2. Uninstall "python311-nbsphinx" package

Please follow the instructions below to uninstall python311-nbsphinx on openSuSE Tumbleweed:

$ sudo zypper remove python311-nbsphinx

3. Information about the python311-nbsphinx package on openSuSE Tumbleweed

Information for package python311-nbsphinx:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-nbsphinx
Version : 0.9.3-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 307.9 KiB
Installed : No
Status : not installed
Source package : python-nbsphinx-0.9.3-1.3.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.