Skip to content

Commit 99d4009

Browse files
committed
better wording
1 parent f36038a commit 99d4009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/sql-clients/marimo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ SELECT * FROM trips LIMIT 1000;
110110

111111
<Image img={results} size="lg" border alt="Results in a dataframe" />
112112

113-
Now, you are able to view the results in a dataframe. I would like to visualize the most expensive dropoffs from a given pickup location. To do this, I will use a built-in dropdown and altair for charting.
113+
Now, you are able to view the results in a dataframe. I would like to visualize the most expensive dropoffs from a given pickup location. marimo provides several UI components to help you. I will use a dropdown to select the location and altair for charting.
114114

115115
<Image img={dropdown_cell_chart} size="lg" border alt="Combination of dropdown, table and chart" />
116116

117-
marimo's reactive execution model extends into SQL queries, so changes to your SQL will automatically trigger downstream computations for dependent cells (or optionally mark cells as stale for expensive computations).
117+
marimo's reactive execution model extends into SQL queries, so changes to your SQL will automatically trigger downstream computations for dependent cells (or optionally mark cells as stale for expensive computations). Hence the chart and table changes when the query is updated.
118118

119119
You can also toggle App View to have a clean interface for exploring your data.
120120

0 commit comments

Comments
 (0)