marimo
marimo copied to clipboard
A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
### Description Ref: https://github.com/marimo-team/marimo/issues/4585#issuecomment-2842089155 Text mark is a quick way to summarise a dataframe almost like a quick pivot table. ### Suggested solution Add a text mark in the chart...
### Description Ref: https://github.com/marimo-team/marimo/issues/4585#issuecomment-2842089155 It would be useful to copy altair code based on the configuration set up in chart editor. ### Suggested solution Create a new altair code generator....
### Description Hi, I usually edit marimo files as `.md` files from emacs (they are automatically exported from an `org-mode` file). When there's a bit of markdown in the `.md`...
### Describe the bug The loading indicator (hourglass) scrolls with the page (always in viewport) in edit mode, but not in run mode. This makes it hard to know when...
### Describe the bug The following cell should have `x` as a ref, but doesn't. ```python def f(): print(x) def g(): def h(): x # oops, this will evict x...
### Describe the bug Type `pl.col("").filter()` in a marimo cell and hover over the `filter` method. Note that the displayed function signature is missing the `*predicates` parameter  `*predicates` can...
### Describe the bug When i have vim-keybindings enabled, I can't select text in the scratchpad, neither using the keyboard nor the mouse. ### Environment ``` { "marimo": "0.13.2", "OS":...
### Documentation is - [x] Missing - [x] Outdated - [ ] Confusing - [x] Not sure? ### Explain in Detail None of the examples work on Firefox, although they...
### Describe the bug "data editor shows the columns with the initial column letter capitalized which is not actually the name of the column" ### Environment ``` 0.13.2 ``` ###...
### Describe the bug Checkboxes should be checked for values that are True.  ### Environment ``` 0.13.2 ``` ### Code to reproduce _No response_