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

Last updated: February 13,2025

1. Install "python3-nbsphinx.noarch" package

Here is a brief guide to show you how to install python3-nbsphinx.noarch on Fedora 35

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

2. Uninstall "python3-nbsphinx.noarch" package

Here is a brief guide to show you how to uninstall python3-nbsphinx.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:13:47 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-nbsphinx
Version : 0.8.6
Release : 2.fc35
Architecture : noarch
Size : 50 k
Source : python-nbsphinx-0.8.6-2.fc35.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.