-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add nbconvert[qtpdf] and nbconvert[webpdf] to UToronto image #5672
Comments
This came through Freshdesk a few weeks ago and should have been picked up in our Iteration 11 planning as a support task. |
@jnywong I don't think you actually linked your PR above? ETA: It's 2i2c-org/utoronto-image#63 |
Oo yep you're right, I updated the comment above. Ty Sarah! |
I have made some progress: The image build now succeeds in CI and exporting to PDF via LaTeX now works. I'm still struggling with webpdf. I still see the "Please install nbconvert[webpdf]" error even though I am now explicitly installing webpdf. This error also seems to be fatal in the sense that it kills the server, as the notebook warns about being disconnected from the kernel. Also weirdly, in the "File > Download as" menu, there are two "Pdf via HTML" options, and I don't know what is causing it but suspect it will cause a point of confusion for this community. Overall, I think this task is beginning to look like an 8 effort or higher. |
Can't authenticate a socket?
|
A different error, but this is from the second "File > Download as > PDF via HTML" option. So this will definitely be confusing for users if they're going to produce different errors.
|
I can take a look at this today, probably, if you want a second pair of eyes. |
Would appreciate that, I think my eyes are becoming less reliable |
Fwiw, I also ran into this litany of problems! hug |
Reference: https://2i2c.freshdesk.com/a/tickets/2830
In Jupyter classic, when a client selects the menu option File -> Download as, I see two options "PDF via HTML". Both of them lead to "Internal Server Errors".
One reports: "nbconvert failed: PyQtWebEngine is not installed to support Qt PDF conversion. Please install
nbconvert[qtpdf]
to enable."The other reports: "nbconvert failed: Playwright is not installed to support Web PDF conversion. Please install
nbconvert[webpdf]
to enable."Can you please install the necessary packages on the image? Thanks!
The text was updated successfully, but these errors were encountered: