We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are some issues with mac users (both M1 and x86) trying to export Jupyter to PDF and WebPDF.
Two issues that happen:
pdfcol.sty is not found ex:
pdfcol.sty
Run the following in Terminal:
tlmgr install pdfcol
Some times pyppeteer-install does not work completely, and Chromium doesn't download.
pyppeteer-install
jupyter nbconvert --to webpdf --allow-chromium-download Untitled.ipynb
assuming that your file is named Untitled.ipynb; otherwise change it to the file name
Untitled.ipynb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are some issues with mac users (both M1 and x86) trying to export Jupyter to PDF and WebPDF.
Two issues that happen:
1. PDF
PROBLEM
pdfcol.sty
is not foundex:
SOLUTION:
Run the following in Terminal:
2. WebPDF
PROBLEM
Some times
pyppeteer-install
does not work completely, and Chromium doesn't download.SOLUTION
Run the following in Terminal:
assuming that your file is named
Untitled.ipynb
; otherwise change it to the file nameThe text was updated successfully, but these errors were encountered: