Skip to content

jlondonobo/nbconvert-ABCcompany-template

Repository files navigation

Custom nbconvert template

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.

template_example

📦 Packaging

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.

♻️ Workflow with a packaged template

This is the workflow I use:

  1. Store the package as a private GitHub repo.
  2. Install it using pip.
  3. 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

Releases

No releases published

Languages