Comment by ezconnect 1 year ago Is there an app that can beautify a Jupiter notebook and export it as PDF or single webpage? 2 comments ezconnect Reply crimsoneer 1 year ago Quarto can do this really well (eg, my blog here: https://andreasthinks.me/posts/burglary_attendance/). It also does Rmarkdown. auxym 1 year ago The built-in nbconvert tool can already do that. Maybe not the most beautiful output by default, but you can give it custom CSS or latex template (for PDF output) via CLI flags.
crimsoneer 1 year ago Quarto can do this really well (eg, my blog here: https://andreasthinks.me/posts/burglary_attendance/). It also does Rmarkdown.
auxym 1 year ago The built-in nbconvert tool can already do that. Maybe not the most beautiful output by default, but you can give it custom CSS or latex template (for PDF output) via CLI flags.
Quarto can do this really well (eg, my blog here: https://andreasthinks.me/posts/burglary_attendance/). It also does Rmarkdown.
The built-in nbconvert tool can already do that. Maybe not the most beautiful output by default, but you can give it custom CSS or latex template (for PDF output) via CLI flags.