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

Last updated: June 30,2024

1. Install "python38-nbsphinx" package

This tutorial shows how to install python38-nbsphinx on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-nbsphinx

2. Uninstall "python38-nbsphinx" package

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

$ sudo zypper remove python38-nbsphinx

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

Information for package python38-nbsphinx:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-nbsphinx
Version : 0.8.6-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 220,1 KiB
Installed : No
Status : not installed
Source package : python-nbsphinx-0.8.6-1.2.src
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.