How To Install python3-jupyter-sphinx on Fedora 36

In this tutorial we learn how to install python3-jupyter-sphinx in Fedora 36. python3-jupyter-sphinx is Jupyter Sphinx extensions

Introduction

In this tutorial we learn how to install python3-jupyter-sphinx on Fedora 36.

What is python3-jupyter-sphinx

Jupyter-Sphinx enables running code embedded in Sphinx documentation and embedding output of that code into the resulting document. It has support for rich output such as images and even Jupyter interactive widgets.

We can use yum or dnf to install python3-jupyter-sphinx on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-jupyter-sphinx.

Install python3-jupyter-sphinx on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-jupyter-sphinx using dnf by running the following command:

sudo dnf -y install python3-jupyter-sphinx

Install python3-jupyter-sphinx on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-jupyter-sphinx using yum by running the following command:

sudo yum -y install python3-jupyter-sphinx

How To Uninstall python3-jupyter-sphinx on Fedora 36

To uninstall only the python3-jupyter-sphinx package we can use the following command:

sudo dnf remove python3-jupyter-sphinx

python3-jupyter-sphinx Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/jupyter_sphinx
/usr/lib/python3.10/site-packages/jupyter_sphinx-0.3.2.dist-info
/usr/lib/python3.10/site-packages/jupyter_sphinx-0.3.2.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/jupyter_sphinx-0.3.2.dist-info/LICENSE
/usr/lib/python3.10/site-packages/jupyter_sphinx-0.3.2.dist-info/METADATA
/usr/lib/python3.10/site-packages/jupyter_sphinx-0.3.2.dist-info/WHEEL
/usr/lib/python3.10/site-packages/jupyter_sphinx-0.3.2.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/jupyter_sphinx/__init__.py
/usr/lib/python3.10/site-packages/jupyter_sphinx/__pycache__
/usr/lib/python3.10/site-packages/jupyter_sphinx/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jupyter_sphinx/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/jupyter_sphinx/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jupyter_sphinx/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/jupyter_sphinx/__pycache__/ast.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jupyter_sphinx/__pycache__/ast.cpython-310.pyc
/usr/lib/python3.10/site-packages/jupyter_sphinx/__pycache__/execute.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jupyter_sphinx/__pycache__/execute.cpython-310.pyc
/usr/lib/python3.10/site-packages/jupyter_sphinx/__pycache__/thebelab.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jupyter_sphinx/__pycache__/thebelab.cpython-310.pyc
/usr/lib/python3.10/site-packages/jupyter_sphinx/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/jupyter_sphinx/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/jupyter_sphinx/_version.py
/usr/lib/python3.10/site-packages/jupyter_sphinx/ast.py
/usr/lib/python3.10/site-packages/jupyter_sphinx/css
/usr/lib/python3.10/site-packages/jupyter_sphinx/css/jupyter-sphinx.css
/usr/lib/python3.10/site-packages/jupyter_sphinx/execute.py
/usr/lib/python3.10/site-packages/jupyter_sphinx/thebelab
/usr/lib/python3.10/site-packages/jupyter_sphinx/thebelab.py
/usr/lib/python3.10/site-packages/jupyter_sphinx/thebelab/thebelab-helper.js
/usr/lib/python3.10/site-packages/jupyter_sphinx/thebelab/thebelab.css
/usr/lib/python3.10/site-packages/jupyter_sphinx/utils.py
/usr/share/doc/python3-jupyter-sphinx
/usr/share/doc/python3-jupyter-sphinx/README.md
/usr/share/licenses/python3-jupyter-sphinx
/usr/share/licenses/python3-jupyter-sphinx/LICENSE

References

Summary

In this tutorial we learn how to install python3-jupyter-sphinx on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).