You are here: Home / LBN / Up2date / Core Linux / BastionLinux 36 / python3-nbconvert-7.2.5-1.lbn36.noarch

python3-nbconvert-7.2.5-1.lbn36.noarch

Package Attributes
RPM  python3-nbconvert-7.2.5-1.lbn36.noarch.rpm Architecture  noarch Size  1409080 Created  2023/03/29 00:44:59 UTC
Package Specification
Summary Converting Jupyter Notebooks
Group Unspecified
License ZPL
Home Page https://pypi.org/project/nbconvert
Description

nbconvert Jupyter Notebook Conversion

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) executable script

Usage From the command line, use nbconvert to convert a Jupyter notebook (input) to a a different format (output). The basic command structure is: $ jupyter nbconvert --to

where is the desired output format and is the filename of the Jupyter notebook. Example: Convert a notebook to HTML Convert Jupyter notebook file, mynotebook.ipynb, to HTML using: $ jupyter nbconvert --to html mynotebook.ipynb

This command creates an HTML output file named mynotebook.html. Dev Install Check if pandoc is installed (pandoc --version); if needed, install: sudo apt-get install pandoc

Or brew install pandoc

I

Requires
rpmlib(CompressedFileNames)  
rpmlib(RichDependencies)  
rpmlib(PartialHardlinkSets)  
rpmlib(TildeInVersions)  
/usr/bin/python3  
rpmlib(PayloadIsZstd)  
rpmlib(FileDigests)  
(python3.10dist(mistune) < 3~~ with python3.10dist(mistune) >= 2.0.3)  
rpmlib(PayloadFilesHavePrefix)  
Provides
python-nbconvert
python3-nbconvert
python3.10-nbconvert
python3.10dist(nbconvert)
python3dist(nbconvert)

Document Actions