Contents

nbconvert 7.16.6

0

Converting Jupyter Notebooks (.ipynb files) to other formats. Output formats include asciidoc, html

Converting Jupyter Notebooks (.ipynb files) to other formats. Output formats include asciidoc, html, latex, markdown, pdf, py, rst, script. nbconvert can be used both as a Python library (import nbconvert) or as a command line tool (invoked as jupyter nbconvert ...).

Stars: 1899, Watchers: 1899, Forks: 600, Open Issues: 604

The jupyter/nbconvert repo was created 10 years ago and the last code push was Yesterday.
The project is very popular with an impressive 1899 github stars!

How to Install nbconvert

You can install nbconvert using pip

pip install nbconvert

or add it to a project with poetry

poetry add nbconvert

Package Details

Author
None
License
BSD 3-Clause License
    - Copyright (c) 2001-2015, IPython Development Team
    - Copyright (c) 2015-, Jupyter Development Team
    
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are met:
    
    1. Redistributions of source code must retain the above copyright notice, this
       list of conditions and the following disclaimer.
    
    2. Redistributions in binary form must reproduce the above copyright notice,
       this list of conditions and the following disclaimer in the documentation
       and/or other materials provided with the distribution.
    
    3. Neither the name of the copyright holder nor the names of its
       contributors may be used to endorse or promote products derived from
       this software without specific prior written permission.
    
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</dd>
Homepage
None
PyPi:
https://pypi.org/project/nbconvert/
GitHub Repo:
https://github.com/jupyter/nbconvert

Classifiers

No  nbconvert  pypi packages just yet.

Errors

A list of common nbconvert errors.

Code Examples

Here are some nbconvert code examples and snippets.

GitHub Issues

The nbconvert package has 604 open issues on GitHub

  • evaluate upgrading to pyppeteer 1.x
  • Switch to Mathjax 3
  • HTMLExporter: Add basic support for federated labextensions themes
  • Support Latex captions
  • Run black on the code
  • HTMLExporter.exclude_output_prompt always set to True
  • nbconvert not rendering mathscr lowercase letters to pdf
  • WebPDF export is freezing
  • Image clipped when converting to PDF
  • Updating to MathJax 3
  • Set cm-unicode font for latex if available (fixes #1673)
  • New release of mistune is a major version release: please take it up
  • No such file or directory: 'inkscape'
  • Add qtpdf and qtpng exporters
  • nbconvert doesn't use theme

See more issues on GitHub

Related Packages & Articles

m2r 0.3.1

Markdown and reStructuredText in a single file.

mistune 3.2.0

A sane and fast Markdown parser with useful plugins and renderers