this post was submitted on 16 May 2025
16 points (100.0% liked)

Data is Beautiful

2286 readers
1 users here now

Be respectful

founded 1 year ago
MODERATORS
 

How can I publish a quarto document with huge dataset? The page is interactive and relies on data. Thanks!

top 1 comments
sorted by: hot top controversial new old
[–] sga@lemmings.world 2 points 1 month ago

i would try to convert it to html (maybe pandoc) and for the interactive part - maybe try to port it to something like js if you can, if not, or maybe python and then integrate with a online python interpreter (something like python anywhere). If it is something very complex, then i would try to maybe package it neatly(ish) and then ask the viewer of documents to run it on their system.