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

Last updated: January 10,2025

1. Install "python3-nbsphinx.noarch" package

This guide covers the steps necessary to install python3-nbsphinx.noarch on Fedora 39

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

2. Uninstall "python3-nbsphinx.noarch" package

Please follow the guidelines below to uninstall python3-nbsphinx.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:14:43 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-nbsphinx
Version : 0.8.9
Release : 4.fc39
Architecture : noarch
Size : 62 k
Source : python-nbsphinx-0.8.9-4.fc39.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.