I want to print my jupyter notebook and share the hardcopy with non-programmer coworkers.
What I have done so far:
I found several places which mentioned including HTML code for the page break in a markdown cell. I got this to work, but only by:
jupyter nbconvert --to html YourNotebook.ipynbsave as PDF.I tried other methods such as print when viewing the .ipynb file or using nbconvert to go straight to PDF, but none of that worked. Exporting to HTML and then opening the html and saving as PDF did work.