Last updated:
0 purchases
prettyjupyter 2.0.7
Pretty Jupyter
Simple package for beautiful & dynamic reports
Introduction
Pretty Jupyter is a package that creates beautifully styled and dynamic html webpage from Jupyter notebook.
Check out the demo and compare it with the default jupyter.
Main Features
:point_right: Visually appealing styles.
:point_right: Table of Contents can be automatically generated.
:point_right: Using Python variables in Markdown.
:point_right: Tabsets for hiding section content behind clickable tabs.
:point_right: Code Folding: Show/Hide code to filter out unnecessary content.
:point_right: Themes: Selection from a wide variaty of available themes.
:point_right: Wide range of configuration options with sensible defaults.
:point_right: Unobtrusive syntax that works well in notebook environments.
All these features are integrated directly in the output html page. Therefore there is no need for an interpreter running in the backend.
Installation
pip install pretty-jupyter
Usage
jupyter nbconvert --to html --template pj /path/to/ipynb/file
Resources
Documentation
Examples
Cheat Sheet
Credits
RMarkdown: RMarkdown served as a great inspiration when making this package.
nbconvert: Pretty Jupyter uses nbconvert underhood. Its great extendability allowed this project to be created.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.