I am looking for collaborative workflow to work on a #quarto book with non-technical users (with those who don't know git)
I am looking for collaborative workflow to work on a #quarto book with non-technical users (with those who don't know git)
Dear #quarto users, have anyone seen a CMS for quarto? Ideally smth like this https://github.com/Hugolify/hugolify-template
[Solved] #rstats question: how do you render an arbitrary number of htmlwidgets in a quarto (html) document?
I'm able to generate the arbitrary number of sections but not the htmlwidgets that go with them.
Something like:
```{r}
#| warning: false
#| message: false
#| echo: false
#| output: asis
for(k in seq_len(nrow(y))){
cat("\n## section : ", k)
# here I build the htmlwidget for this section
cat("\n")
}
```
#Quarto is such a productive application. I was looking for a way to edit in #Markdown in #VSCodium and obtain the #MediaWiki markup to copy and paste into Wikipedia edits.
While searching for how to do this, someone mentioned Pandoc, and Quarto is based on #Pandoc. So, by simply specifying <format: mediawiki> in the document's #YAML configuration, you can already preview or render it in mediawiki format.
https://quarto.org/docs/reference/formats/wiki/mediawiki.html
Build interactive dashboards with R, Shiny & Quarto with @DerekSollberger !
Learn to filter, sort, & visualize data with style—perfect for research teams, businesses, & more. Some R experience helps, but no need to be an expert.
Don’t miss it!
https://www.meetup.com/rladies-rome/events/310110479
Aplicable a cualquier distro de #linux con #Flatpak
Hoy me he encontrado el siguiente problema en Opensuse. Ejecutando la terminal de #VSCodium instalada como flatpak no podía ejecutar la aplicación #quarto instalada en local en el usuario (digamos que en ~/opt/bin/quarto)
Intenté algunas cosas, pero la solución más sencilla está en el enlace.
Simplemente se pueden salir al sistema anfitrión ejecutando cualquier comando como
host-spawn <comando>
If you use Quarto to make presentations for a professional setting, it is important to choose the right theme, e.g. https://github.com/EmilHvitfeldt/quarto-nes-theme #rstats #quarto #design #theme @Emil_Hvitfeldt
Quarto Extensions Listing UI update is live!
List/grid views
Easy author filtering
Extension type filters
Sort by popularity/recent updates
Check it out: https://m.canouil.dev/quarto-extensions/
Feedback welcome: https://github.com/mcanouil/quarto-extensions/issues/185
@tartley progress report on my experiment. I have been religiously interacting with #Python only via #uv. No installing outside of uv environments. Then I had to interact with some projects using poetry. So I also had Python installed by Poetry. Are these the same binaries or not? I haven't investigated. Uv would likely re-use the ones installed by Poetry. Does it work the other way round? Probs not. Anyways, this remains a virgin system, because I haven't had any #julialang, #Jupiter or #Quarto on it yet - they're bound to be needed at some point and then it may break the harmony. Or just someone showing up with a good ol' pipenv. But at least starting from uv seems to delay the chaos.
Museu Nacional do Videogame, nos EUA.
https://retropolis.com.br/2025/08/01/museu-nacional-do-videogame-nos-eua/
Had a lot of fun coming up with a title for a #Quarto demo I presented at our internal learning sessions aka R-Cafes
So here you go ... Quarto Macchiato #Python #Rstats
Resources I found helpful when preparing for it
https://nrennie.rbind.io/blog/combining-r-and-python-with-reticulate-and-quarto/
New Quarto Extension: External
Makes including external content in your Quarto documents a breeze! Simply pull in content from URLs using a shortcode.
Perfect for shared content & keeping docs DRY!
I've written a short blog post about the process of switching from Hugo to Quarto, some of the tricky things, and advice for those thinking about doing the same!
Blog post: https://nrennie.rbind.io/blog/hugo-quarto-website/
Looking for feedback on my Quarto extensions listing!
How's the navigation and browsing experience at https://m.canouil.dev/quarto-extensions/?
Your feedbacks: https://github.com/mcanouil/quarto-extensions/issues/185 (or here)
I'd appreciate it if you could share/repost to help me reach more users!
New Quarto Modal Extension!
Create stunning Bootstrap modals in your HTML documents with just a few lines of Markdown!
The `quarto-modal` extension makes it dead simple to add interactive pop-ups to your content.
I finally tried using a #Quarto doc with #Python in #PositronIDE .
Y'all. It's so good. It's so flippin nice. I even added a snippet to easily add a python code cell by pressing `p + tab`.
It finds my `uv` virtualenv, I can just add more code and hit `Ctrl + Enter` and it goes to the console, and everything behaves *mostly* like it does when I'm writing #RStats .
Elevate your publishing game with #Quarto at #PositConf2025! Create branded, scalable, customized content.
Join 1 of 2 hands-on workshops:
Branded Websites, Presentations, Dashboards, PDFs with Quarto
Extending Quarto (with filters & extensions)
Workshop details: pos.it/conf-2025-workshops
Jupyter notebooks are a popular tool for data scientists using Python. They allow us to mix together plain text (formatted as Markdown) with Python code. In this post, we will show you how to produce reproducible PDF and HTML reports from a Jupyter notebook using Quarto.
#rstats #python #quarto #jupyter
https://www.jumpingrivers.com/blog/reproducible-reports-jupyter-quarto-python/