>

Jupyter Notebooks and Quarto ๐Ÿ““๐Ÿ“ƒ

What if you just donโ€™t like rmd/qmd format anymore? You love jupyter notebooks and thatโ€™s your way of working (thatโ€™s me). Still, you must generate report from time to time. Fortunately quarto solves this problem brilliantly! The reports look beautifully. Not only htmls what we might expect, but pdfs as well! I wrote a post for Appsilon that has been published on medium regarding this topic. Be sure to check it out, it was a real game-changer for me! ...

September 13, 2022

Quarto, Python, and VSCode ๐Ÿ“ƒ๐Ÿ

Working with quarto files in RStudio is probably the suggested way. However, you may prefer to use VS Code. Especially if you work mainly in python. Itโ€™s not a problem by any means! I wrote a post on medium on working with quarto in VS Code on python files. ...

August 25, 2022

Quarto, The New Rmarkdown ๐Ÿ“ƒ๐Ÿ“œ

Do you remember good old rmarkdown? --- title: "R markdown" output: html_document --- Hello ~world~ problems! We have a great successor in the form of quarto that is ready for 2022 and beyond! ...

July 28, 2022