Replies: 2 comments 1 reply
-
Have you considered using Typst (part of Quarto 1.4)? And because the example you should is basically slides, have you try to use |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for the suggestions! I'm checking them out. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, as a data scientist I need to generate a lot of reports and I spend a quite some time in Jupyter.
What Id like to do is to generate enterprise-y looking reports in PDF for the stakeholders from a jupyter notebook.
Ive used latex in college, but thats definitely not my forte, and I dont really like the defaults, so I am looking for some directions.
I tried using the html rendering with weasyprint and pagedjs, but they still fall short in some details, specifically:
<pagebreak>
shortcode doesnt work properlySo html to pdf feels unreliable because every tiny change requires a full review of the whole document.
While using latex, most of these things work, but on the other hand, the table format feels like a huge downgrade. I can make the tables look decent with the .style method in pandas, and default quarto themes also work very well while using HTML. But in PDF, I strongly dislike the feel of the tables. The style method is also used to format numbers, like turning 0.001001 into 0.1%, but that is ignored by latex, because style produces html.
From this point, I have three options:
For the reference, here's what I consider an enterprise report.
What are you guys thoughts on this? Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions