How to Install and Uninstall python3-nbsphinx.noarch Package on Fedora 38

Last updated: September 23,2024

1. Install "python3-nbsphinx.noarch" package

This guide let you learn how to install python3-nbsphinx.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-nbsphinx.noarch

2. Uninstall "python3-nbsphinx.noarch" package

Please follow the guidance below to uninstall python3-nbsphinx.noarch on Fedora 38:

$ sudo dnf remove python3-nbsphinx.noarch $ sudo dnf autoremove

3. Information about the python3-nbsphinx.noarch package on Fedora 38

Last metadata expiration check: 3:01:35 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-nbsphinx
Version : 0.8.9
Release : 2.fc38
Architecture : noarch
Size : 65 k
Source : python-nbsphinx-0.8.9-2.fc38.src.rpm
Repository : fedora
Summary : Jupyter Notebook Tools for Sphinx
URL : http://nbsphinx.rtfd.io/
License : MIT
Description : nbsphinx 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. Unevaluated
: notebooks, i.e. notebooks without stored output cells, will be automatically
: executed during the Sphinx build process.