Metadata-Version: 2.1
Name: nbcx
Version: 0.0.1
Summary: NBConvert Templates
Home-page: https://github.com/timkpaine/nbcx
Author: Tim Paine
Author-email: t.paine154@gmail.com
License: Apache 2.0
Description: # nbconvertX
        A framework for customizing NBConvert templates and building reports
        
        [![Build Status](https://dev.azure.com/tpaine154/jupyter/_apis/build/status/timkpaine.nbcx?branchName=master)](https://dev.azure.com/tpaine154/jupyter/_build/latest?definitionId=25&branchName=master)
        [![Coverage](https://img.shields.io/azure-devops/coverage/tpaine154/jupyter/25)](https://dev.azure.com/tpaine154/jupyter/_build?definitionId=25&_a=summary)
        
        ## 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||
        |[![sample.pdf](examples/sample.png)](examples/sample.pdf)|[Template](nbcx/templates/reports/abc.tex.j2)|
        
        
        ## 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`
        
        
        
        
Keywords: jupyter nbconvert
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Jupyter
Description-Content-Type: text/markdown
Provides-Extra: dev
