1

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

Girish Shenoy
  • 429
  • 1
  • 4
  • 10

1 Answers1

4
  1. Install and execute pyppeteer-install in your command prompt as below:

  2. 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

  3. 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