edublancas.bsky.social
@edublancas.bsky.social
Building ploomber.io
Thanks! We're working on improving bslib support! For now, you can try attaching the image and add "use bslib" to the prompt.

It might yield apps with missing `library(bslib)` calls but that should be fixed in our next release. Feel free to share your feedback!
December 31, 2024 at 1:45 AM
Claude 3.5 Sonnet + some RAG that uses ggplot's documentation! We'll ship an initial version next week but we'll keep working in improving generation quality.
December 19, 2024 at 8:26 PM
You can select Shiny, type the description, and then click on "Create Shiny app." That's how I generated the time series visualization.
December 13, 2024 at 9:45 PM
You should be able to use it right away but some features will prompt you to create an account (like saving an app or to increase rate limits): editor.ploomber.io - I'm pending on creating an onboarding flow to explain all the features so stay tuned! I'd highly appreciate any feedback!
Ploomber AI Editor | timeseries-analysis-e649
Interactive Shiny app: create an app that creates time series data for multiple categories. use ggplot for visualization and add markers and labels for important points, add...
editor.ploomber.io
December 13, 2024 at 9:44 PM
It implemented some logic to detect local maxima/minima and then samples them. You can see the code here: editor.ploomber.io/editor/times...
December 13, 2024 at 7:56 PM
What do you think? This was generated with a single prompt without any further edits.

editor.ploomber.io/app/timeseri...
December 13, 2024 at 2:34 PM
Makes sense. There are tons of “single player” use cases.
December 12, 2024 at 7:43 PM
SQLite in the browser is amazing! How do such apps keep the state of user interactions? eg user A posted an updated, and user B should see it.
December 12, 2024 at 7:36 PM
Streamlit: https://ploomber.io/blog/streamlit-aggrid/
Shiny: https://ploomber.io/blog/shiny-bslib/

WASM is enabling a new generation of high-performance web applications that were previously impossible. The browser is becoming an actual universal runtime.
Interactive Table in Streamlit with AgGrid
Build interactive table from Dataframe with AgGrid
buff.ly
December 12, 2024 at 10:15 AM
Both run entirely in your browser through WASM - no R or Python servers are required. Every interactive table, filter, and visualization executes directly in your browser's sandbox, showcasing WASM's ability to bring powerful data science tools to the client side.
December 12, 2024 at 10:15 AM
Imagine running Python or R directly in your browser at near-native speeds. There are no servers, no API calls, just pure client-side computation.

We've published a technical demonstration featuring two popular data science frameworks: R's bslib for Shiny and Python's Streamlit with AG Grid.
December 12, 2024 at 10:15 AM