NBConvert Templates
Project description
nbconvertX
A framework for customizing NBConvert templates and building reports
Templates
NBConvert's default templates are largely designed with academic styling. This repo is a collection of templates with industrial/business reports in mind.
Gallery
Sample - PDF | |
Template |
Getting started
You can install via:
pip install nbcx
or from source:
python setup.py install
Usage
This library exposes a variety of templates (See the gallery above), as well as a few exporters to handle customizations not possible with nbconvert
exporters. Thus, we expose a number of targets (you can see these as entrypoints
with nbconvert.exporters
key in the setup.py
file).
Here is an example usage:
jupyter nbconvert --to nbcx_pdf sample.ipynb --execute --template nbcx/templates/reports/abc.tex.j2
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.