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!

Read more β†’

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.

Read more β†’

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!

Read more β†’