Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 910
Girish Shenoy Avatar asked Dec 01 '25 16:12

Girish Shenoy


1 Answers

Execute and install below packages using command prompt:

pip install nbconvert

pip install pyppeteer

like image 181
Girish Shenoy Avatar answered Dec 06 '25 13:12

Girish Shenoy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!