Search code examples
jupyter-notebooknbconvertpyppeteer

nbconvert failed: Pyppeteer is not installed to support Web PDF conversion. Please install `nbconvert[webpdf]` to enable


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


Solution

  • Execute and install below packages using command prompt:

    pip install nbconvert

    pip install pyppeteer