So excited to be going to #JupyterCon2023! 🎉
We have a booth! @winston_chang @chrisderv & @fly_upside_down will be there, and are excited to chat about Shiny for Python, #quarto_pub, or anything @posit_pbc.
So excited to be going to #JupyterCon2023! 🎉
We have a booth! @winston_chang @chrisderv & @fly_upside_down will be there, and are excited to chat about Shiny for Python, #quarto_pub, or anything @posit_pbc.
Managed to build a Shinylive app in Python using PubChem data for compounds used in COVID-19 clinical trials, leading to 2 posts:
Data preparation: https://jhylin.github.io/Data_in_life_blog/posts/13_Shiny_app_python/ShinyAppPy_PC_Cov19_data_prep.html
Shinylive app in action (app embedding method): https://jhylin.github.io/Data_in_life_blog/posts/13_Shiny_app_python/ShinyAppPy_PC_Cov19_app_embed.html
Spent the weekend migrating my #website to #quarto_pub
(it was on an older #Hugo version 0.53 - manually loaded)
Happy that I managed to keep largely the same look and feel - some features missing, some features better 🤷♂️.
Definitely neater now anyway!
I'll be going live in <1 hour with an introduction to creating documents, presentations, and websites with #quarto_pub!
https://www.youtube.com/watch?v=Qrz2rUWM-uY
You can join and watch or also subscribe to https://www.youtube.com/c/DukeCenterforComputationalThinking if you'd like to ask questions during the live. See you soon!
I'll be running two online #quarto_pub events this coming week. If you're an #rstats user who has been hoping to get started with Quarto, joining one of these for an overview + some live coding might just be the thing you needed:
💜 R-Ladies Rome: Intro to Quarto
Mon, 13 Feb, 1pm ET
https://www.meetup.com/rladies-rome/events/290673316/
💻 Duke CCT: Hello, Quarto: A World of Possibilities (for Reproducible Publishing)
Wed, 15 Feb, 2pm ET
https://www.youtube.com/watch?v=Qrz2rUWM-uY
Is there a direct way to output #rstats graphics to webp format? I found a blog post from 2016 (https://www.r-bloggers.com/2016/01/using-webp-in-r-a-new-format-for-lossless-and-lossy-image-compression/) where you take a detour via SVG and then to webp using the {rsvg} package.
Considering the significant file size reduction compared to PNG without any noticeable quality loss it would be nice to set webp as default for #RMarkdown or #quarto_pub, especially for websites/blogs.
What are your favourite examples of websites for departments or large research groups made with @quarto_pub?
Looking for inspiration as well as technical tricks #quarto_pub
I use #HTML as often as possible when compiling my documents in #QuartoPub - not necessarily because it’s more efficient, but because it brings back the nostalgia of teaching myself how to code on MySpace and Tumblr 🥰
Anyone have experience creating laid-out PDFs with specifically placed and formatted text/graphics/tables via #quarto_pub or #rmarkdown?
The idea is to have spaces for things, w/ content generated based on an iterator and then its compiled to PDF.
Would love to check out any examples along these lines folks can point to (w/ LaTeX examples if applicable)