Skip to main content

No project description provided

Project description

Pretty Jupyter

Build

Are you tired of your peers saying that the reports from R are prettier? Fear no more!

Pretty jupyter package takes the input ipynb notebook, transforms it into html and additionally handles:

  • Automatic advanced table of content's generating.
  • Simple utilization of tabsets.
  • Applies prettier styling.
  • And more in the future.

See yourself:

Classic Jupyter versus Pretty Jupyter

Installation

Requires:

  • Python 3: it's been tested for versions 3.6, 3.7, 3.8, 3.9, but it most likely works for many more.
  1. Install the package from GitHub

    python -m pip install git+https://github.com/JanPalasek/pretty-jupyter
    
  2. Run the install command.

    pretty-jupyter install
    

Usage

Use nbconvert with template pj (pretty-jupyter) to generate the html report with new styles.

jupyter nbconvert --to html --template pj ${PATH_TO_IPYNB}

Credits

Credits for styles, toc, tabs etc. go to developers of RMarkdown and its packages. A big part of this project is applying their incredible work to Jupyter.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pretty-jupyter-0.1a0.tar.gz (2.2 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page