betatim / notebook-as-pdf

Save Jupyter Notebooks as PDF
BSD 3-Clause "New" or "Revised" License
368 stars 72 forks source link

Custom CSS styles as config option #25

Open betatim opened 3 years ago

betatim commented 3 years ago

Sometimes the caller wants to customise the look&feel of the notebook a bit when converting it. For example making some bits of text easier to read or hiding the In [ ]/Out [ ] tags.

To help with this we could add a parameter that allows people to pass a custom CSS string via the configuration system.