I tried downloading a Jupyter Notebook as pdf by clicking on File
-> Download as
-> Pdf
via pyppeteer. I get the below error while doing so:
nbconvert failed: No suitable chromium executable found on the system. Please use '--allow-chromium-download' to allow downloading one.
I had installed pyppeteer using command conda install -c conda-forge pyppeteer
. Now I am trying to download the pdf via Jupyter GUI but it fails.
How can I do that ? And do I need to run some Command on anaconda terminal to do it?