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

Last updated: November 23,2024

1. Install "python3-nbconvert.noarch" package

Please follow the steps below to install python3-nbconvert.noarch on Fedora 39

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

2. Uninstall "python3-nbconvert.noarch" package

Please follow the step by step instructions below to uninstall python3-nbconvert.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:35:49 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-nbconvert
Version : 7.2.5
Release : 8.fc39
Architecture : noarch
Size : 354 k
Source : python-nbconvert-7.2.5-8.fc39.src.rpm
Repository : fedora
Summary : Converting Jupyter Notebooks
URL : http://jupyter.org
License : BSD and MIT
Description :
: The nbconvert tool, jupyter nbconvert, converts notebooks to various other
: formats via Jinja templates. The nbconvert tool allows you to convert an
: .ipynb notebook file into various static formats including HTML, LaTeX,
: PDF, Reveal JS, Markdown (md), ReStructured Text (rst) and executable script.