From 6280578c15790fa36c7cdc87f0e2cea8be5d5de0 Mon Sep 17 00:00:00 2001 From: Akshay Agrawal Date: Sat, 31 May 2025 08:42:31 -0700 Subject: [PATCH] docs: mention support for marimo notebooks in README marimo notebooks make plotly figures reactive with little effort, so it may be worth a mention. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0b23b1c1ef..74a31a27290 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ See the [Python documentation](https://plotly.com/python/) for more examples. Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is a high-level, declarative charting library. plotly.js ships with over 30 chart types, including scientific charts, 3D graphs, statistical charts, SVG maps, financial charts, and more. -`plotly.py` is [MIT Licensed](https://github.com/plotly/plotly.py/blob/main/LICENSE.txt). Plotly graphs can be viewed in Jupyter notebooks, standalone HTML files, or integrated into [Dash applications](https://dash.plotly.com/). +`plotly.py` is [MIT Licensed](https://github.com/plotly/plotly.py/blob/main/LICENSE.txt). Plotly graphs can be viewed in Jupyter and marimo notebooks, standalone HTML files, or integrated into [Dash applications](https://dash.plotly.com/). [Contact us](https://plotly.com/consulting-and-oem/) for consulting, dashboard development, application integration, and feature additions.