A question from the user side. I am trying to get some automated design workflows for engineering implemented. The actual coding side of things is not that tricky but the presentation bugs me no end.
I want to automatically generate calculation reports by printing Jupyter notebooks into a pdf. (Doable). The pdf should have a header (logo, doc name etc) and a footer (page number, date). Ideally also an auto generated title page and a disclaimer.
I am willing to learn and put the hours in but what combination of tools can achieve such an outcome?
Posting this here as it tallies with the general theme of the discussion, any advice welcome.
Notebook-as-PDF, save notebooks as PDFs might interest people. It is a Jupyter extension that allows you to save a notebook as PDF via generating HTML.
2 Likes
One small note, I was fighting with archiving Jupyter Notebook visuals before. My progress to save folium maps has been noted in https://github.com/python-visualization/folium/issues/1196
Such issues made me prefer screenshots in browsers over other methods.