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 Having an app-level config for autorun is convenient for users who want some notebooks to run on startup and not others. Currently, I have to enable and disable...

enhancement

This is a major nitpick, but the margin between consecutive markdown cell outputs (in run mode) is smaller than they would be if all the markdown was in one cell....

enhancement

### Description One of marimo's features that I use a lot is the path completion. When you start typing and marimo recognizes the string as a path, it will provide...

enhancement

### Description [as discussed here](https://discord.com/channels/1059888774789730424/1313812914083336212) [pandas api reference](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.rolling.html) ### Suggested solution support parameters: - `window` - `min_periods`: int, smaller than `window` if `window` is int - `center`: a checkbox -...

enhancement

### Description Stop the cursor from blinking or configure the blinking speed, as it's distracting to me. ### Suggested solution Toggle under 'Editor' in user settings to stop the cursor...

enhancement

### Description Hello, export and convert marimo command can lead to overwrite existing file if (by mistake) user use same file name for input and output. Best regards ### Suggested...

enhancement

### Documentation is - [x] Missing - [ ] Outdated - [ ] Confusing - [ ] Not sure? ### Explain in Detail I am using `uv` to manage my...

documentation

### Describe the bug Saving to PNG fails for some notebooks. The toaster appears with the error message, but no information is logged to the browser console - no errors,...

bug

### Description In my Jupyter notebook (left), I can observe changes to the `blue_value` traitlet and trigger actions accordingly. In my Marimo notebook (right), I want to replicate this behavior...

enhancement

### Description Hello, currently executing a cell is done by clicking on Run button. We end up clicking on this button (which is probably not on the most efficient place...

enhancement