Getting error as "nbconvert failed: No suitable chromium executable found on the system. Please use '--allow-chromium-download' to allow downloading one." while trying to download jupyter notebook file (.ipynb) as a PDF file
Asked
Active
Viewed 3,812 times
1 Answers
4
Install and execute
pyppeteer-install
in your command prompt as below:pyppeteer-install
[INFO] Starting Chromium download.
100%|█| 137M/137M
[INFO] Beginning extraction
[INFO] Chromium extracted to: C:\Users\AppData\Local\pyppeteer\pyppeteer\local-chromium\588429
Now the selected
ipynb
file should get extracted as a PDF while downloading with the "PDF via HTML (.pdf)" option.

Jeremy Caney
- 7,102
- 69
- 48
- 77

Girish Shenoy
- 429
- 1
- 4
- 10