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

Last updated: November 23,2024

1. Install "python39-nbsphinx" package

Please follow the guidance below to install python39-nbsphinx on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-nbsphinx

2. Uninstall "python39-nbsphinx" package

Please follow the step by step instructions below to uninstall python39-nbsphinx on openSuSE Tumbleweed:

$ sudo zypper remove python39-nbsphinx

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

Information for package python39-nbsphinx:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-nbsphinx
Version : 0.9.3-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 220.8 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.