From 8862979e421670c1a3316e07464d553c2df63a06 Mon Sep 17 00:00:00 2001 From: Randy Zwitch Date: Fri, 12 Jul 2024 12:18:52 -0400 Subject: [PATCH] docs: add Shiny (for Python) to "works well with" section (#9558) ## Description of changes Ibis works great within Shiny for Python as well, not just Quarto. Add link to Shiny to the docs. ## Issues closed --- docs/why.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/why.qmd b/docs/why.qmd index c0ed17dfb694..1f9078f70b17 100644 --- a/docs/why.qmd +++ b/docs/why.qmd @@ -340,6 +340,7 @@ Ibis already works well with dashboarding libraries like: - [Streamlit](https://github.com/streamlit/streamlit) - [Dash](https://github.com/plotly/dash) - [Quarto dashboards](https://github.com/quarto-dev/quarto-cli) +- [Shiny](https://shiny.posit.co/py/) Ibis already works well with machine learning libraries like: