1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
```{python .marimo} import marimo as mo ``` ```{python .marimo .cell-code} import pandas as pd ``` ```{r #setup} options(stringsAsFactors = FALSE) ``` ```{python .marimo, echo=false, label="cell-one"} print("hi") ```