Improve styling and consistency in your exported jupyter notebooks. Clone this repository to get a ready-to-use packaged template. You can learn to cusomize it in my 10 minute step-by-step guide.
Packaged templates are the most powerful. They are available for every person in your organization on a 24/7 basis. Clone this repository to get a ready-to-use packaged template, then modify it to fit your needs.
This is the workflow I use:
- Store the package as a private GitHub repo.
- Install it using pip.
- Start converting your notebooks using the
--template
argument.
# Install the template
pip install git+https://github.com/jlondonob/nbconvert-ABCcompany-template
# Convert notebook.ipynb
jupyter nbconvert --to html --template=ABCcompany notebook.ipynb