Getting error as "nbconvert failed: Pyppeteer is not installed to support Web PDF conversion. Please install nbconvert[webpdf]
to enable." while trying to download jupyter notebook file (.ipynb) as a PDF file
Execute and install below packages using command prompt:
pip install nbconvert
pip install pyppeteer