I want to print my jupyter notebook and share the hardcopy with non-programmer coworkers.
What I have done so far:
- I've figured out the way to hide the code :How to hide code from cells in ipython notebook visualized with nbviewer?
- I've figre out the way to convert the notebook to slides(html) Is there a way to print a jupyter/ipython notebook slide presentation? This post also suggests how to convert the html to pdf.
My question: How to put a page break to specify the contents on each pdf page?
Once I convert the slides(html) to pdf, the text and graph is not at the expected location in pdf. I want the graph and the text explaining the graph to be in the same page. Do I need to put some page breaks in markdown cell of my Jupyter notebook? Or how to specify the content on each page of pdf, instead of letting the browser decide
Also, I'm trying to convert Jupyter notebok directly to pdf, but encounters issues: Convert jupyter notebook to pdf: Error encounters when install pandoc