Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/content/docs/r2/data-catalog/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ We will use [marimo](https://github.com/marimo-team/marimo) as a Python notebook
5. Install marimo with uv:

```py
uv pip install marimo
uv pip install marimo pandas pyarrow pyiceberg
```

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

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

4. Run the script you just created:

```sh
marimo run r2-data-catalog-tutorial.py
```

</Steps>
In the Python notebook above, you:

Expand Down
Loading