convert jupyter notebook 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
Example 3: jupyter notebook for pdf generation
python -m pip install -U notebook-as-pdf
pyppeteer-install