ipynb to pdf code example
Example 1: convert ipynb to html
jupyter nbconvert --to html notebook.ipynb
Example 2: download jupyter notebook as pdf#
pip install -U notebook-as-pdf
jupyter nbconvert --to html notebook.ipynb
pip install -U notebook-as-pdf