Skip to content

Commit 0333436

Browse files
committed
R2 Data Catalog: add some precisions to Get Started
1 parent 567fe4d commit 0333436

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/content/docs/r2/data-catalog/get-started.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ We will use [marimo](https://github.com/marimo-team/marimo) as a Python notebook
144144
5. Install marimo with uv:
145145

146146
```py
147-
uv pip install marimo
147+
uv pip install marimo pandas pyarrow pyiceberg
148148
```
149149

150150
</Steps>
@@ -271,6 +271,12 @@ We will use [marimo](https://github.com/marimo-team/marimo) as a Python notebook
271271

272272
3. Replace the `CATALOG_URI`, `WAREHOUSE`, and `TOKEN` variables with your values from sections **2** and **3** respectively.
273273

274+
4. Run the script you just created:
275+
276+
```
277+
marimo run r2-data-catalog-tutorial.py
278+
```
279+
274280
</Steps>
275281
In the Python notebook above, you:
276282

0 commit comments

Comments
 (0)