Jupyter notebook to pdf
# Install 'notebook-as-pdf' to convert Jupyter Notebook to PDF file.
> pip install -U notebook-as-pdf
# Install additional setup for Chromium. Necessary to perform HTML to PDF conversion
> pyppeteer-install
# cd to notebook directory and convert notebook to pdf
> jupyter-nbconvert --to PDFviaHTML example.ipynb # replace 'example' with notebook filename