You are not logged in.
I do a fair bit of work in Jupyter Notebook and sometimes want to print it to PDF through File->Download As (using the system dialog to print to PDF doesn't capture some of the formatting). What happens behind the scenes involves pandoc and haskell. I did some blind package installation to get this working, and I've got something like 125 Haskell packages that frequently update, which makes things cluttered when I update my packages. Additionally, updates, like today, occasionally break the all-important printing functionality. Is there a cleaner way of exporting a Jupyter Notebook file to PDF?
Last edited by ttshaw1 (2022-02-12 01:09:05)
Offline
You could try this https://aur.archlinux.org/packages/pandoc-bin
Offline
Just what I needed. Thanks!
Offline