marimo icon indicating copy to clipboard operation
marimo copied to clipboard

A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.

Results 513 marimo issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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....

enhancement

### 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`...

bug
cannot reproduce

### 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...

bug
good first issue (typescript)

### 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...

bug

### 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 ![Image](https://github.com/user-attachments/assets/069404de-5926-4f83-a5a5-3d469efb506b) `*predicates` can...

bug
upstream

### 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":...

bug
cannot reproduce

### Documentation is - [x] Missing - [x] Outdated - [ ] Confusing - [x] Not sure? ### Explain in Detail None of the examples work on Firefox, although they...

documentation
browser:firefox

### 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 ``` ###...

bug

### Describe the bug Checkboxes should be checked for values that are True. ![Image](https://github.com/user-attachments/assets/d92d91aa-36b2-42b1-b469-77f2cd8b6a17) ### Environment ``` 0.13.2 ``` ### Code to reproduce _No response_

bug