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

Last updated: July 03,2024

1. Install "python3-nbconvert.noarch" package

Please follow the instructions below to install python3-nbconvert.noarch on Fedora 34

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

2. Uninstall "python3-nbconvert.noarch" package

This tutorial shows how to uninstall python3-nbconvert.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:03:31 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-nbconvert
Version : 6.0.7
Release : 2.fc34
Architecture : noarch
Size : 548 k
Source : python-nbconvert-6.0.7-2.fc34.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.