nbconvert
Package — NotebookPython 3.7+Beginner
Convert notebooks to HTML, PDF, slides, scripts, etc.
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- beautifulsoup4, bleach, defusedxml, jinja2, jupyter-core, markupsafe, mistune, nbformat, packaging, pandocfilters, pygments, tinycss2, traitlets
- Install
pip install nbconvert
Learn by Difficulty
Quick Example
python
# Install: pip install nbconvert import nbconvert # Basic nbconvert usage print(f"Using nbconvert") # See documentation for detailed examples
nbconvert is a third-party package. Convert notebooks to HTML, PDF, slides, scripts, etc.. Install with: pip install nbconvert
Try in PlaygroundTags
packagenotebookinteractiveeducation