We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567fe4d commit 0333436Copy full SHA for 0333436
src/content/docs/r2/data-catalog/get-started.mdx
@@ -144,7 +144,7 @@ We will use [marimo](https://github.com/marimo-team/marimo) as a Python notebook
144
5. Install marimo with uv:
145
146
```py
147
- uv pip install marimo
+ uv pip install marimo pandas pyarrow pyiceberg
148
```
149
150
</Steps>
@@ -271,6 +271,12 @@ We will use [marimo](https://github.com/marimo-team/marimo) as a Python notebook
271
272
3. Replace the `CATALOG_URI`, `WAREHOUSE`, and `TOKEN` variables with your values from sections **2** and **3** respectively.
273
274
+4. Run the script you just created:
275
+
276
+ ```
277
+ marimo run r2-data-catalog-tutorial.py
278
279
280
281
In the Python notebook above, you:
282
0 commit comments