Skip to content
New issue

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

macOS pdf generation #29

Open
a-kong opened this issue Jan 20, 2023 · 0 comments
Open

macOS pdf generation #29

a-kong opened this issue Jan 20, 2023 · 0 comments

Comments

@a-kong
Copy link
Collaborator

a-kong commented Jan 20, 2023

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 found
ex:
image

SOLUTION:

Run the following in Terminal:

tlmgr install pdfcol

2. WebPDF

PROBLEM

Some times pyppeteer-install does not work completely, and Chromium doesn't download.

SOLUTION

Run the following in Terminal:

jupyter nbconvert --to webpdf --allow-chromium-download Untitled.ipynb

assuming that your file is named Untitled.ipynb; otherwise change it to the file name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant