Skip to content

Commit 30a743b

Browse files
committed
doc update
1 parent 9fb1e05 commit 30a743b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/integrations/sql-clients/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ This section describes how to integrate ClickHouse with various common database
1717
| [Jupyter Notebooks](/integrations/jupysql) | Interactive notebooks for code, visualizations, and text |
1818
| [QStudio](/integrations/qstudio) | Free, open-source SQL GUI client |
1919
| [TABLUM.IO](/integrations/tablumio) | Cloud-based data visualization platform |
20-
| [marimo](/integrations/marimo) | Next-gen Python notebook for interacting with data |
20+
| [marimo](/integrations/marimo) | Open-source reactive notebook for Python with SQL built-in |

docs/integrations/sql-clients/marimo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Once you have set up a connection, you can create a new SQL cell and choose the
5252

5353
<Image img={choose_sql_engine} size="md" border alt="Choose SQL engine" />
5454

55-
For this guide, we will use the New York Taxi dataset from S3.
55+
For this guide, we will use the New York Taxi dataset.
5656

5757
```sql
5858
CREATE TABLE trips (

0 commit comments

Comments
 (0)