========================= Formatting and Conversion ========================= Notebooks are rich interactive documents that combine live code, narrative text (using markdown), visualizations, and other rich media. The following utility subprojects allow programmatic format conversion and manipulation of notebook documents. .. glossary:: `nbconvert `__ Convert dynamic notebooks to static formats such as HTML, Markdown, LaTeX/PDF, and reStructuredText. `Documentation `__ | `Repo `__ `nbformat `__ Work with notebook documents programmatically. `Documentation `__ | `Repo `__