pat-alt / pat-alt.github.io

Website repository
https://www.patalt.org/
MIT License
9 stars 1 forks source link

blog/posts/quarto-extensions/ #15

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Patrick Altmeyer - Quarto on Steroids: Advanced Customization through Quarto Extensions

A short introduction to using, building and contributing Quarto Extensions.

https://www.paltmeyer.com/blog/posts/quarto-extensions/

pat-alt commented 1 year ago

Still broken?

stefanbringuier commented 1 year ago

I like Quarto a lot but for most of my data analysis workflow or prototyping, it is more natural for me to go with Pluto.jl. However, if I go with Pluto notebooks I then run into the situation where I have several related notebooks that I want to eventually combine into a single report/presentation. Do you have any insight for marrying Quarto and Pluto notebooks?

pat-alt commented 1 year ago

Hi @stefanbringuier, I'm sorry for the delayed response, I was offline for a few days.

This would be a great marriage of two awesome tools indeed, but as far as I'm aware no good solution exists. There is some work happening at Literate.jl for Quarto support and Pluto support (here and here. I'm not familiar with the details, but this looks promising.

cc @kellertuer

kellertuer commented 1 year ago

Since I also started with Pluto and would love if tutorials would (basically automatically) also be available as Pluto notebooks, something interacting between Quarto and Pluto would be great – for best of cases maybe: Write tutorial in Pluto, have a converter to Quarto to have a nice format in the docs.

But I am also mainly a user, not so much knowledgeable about the technical difficulties in doing something like this.