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 # Marimo markdown seems to render both tight and loose lists as loose (i.e. with blank rows in between) # Tight list (no blank lines between items) mo.md(r"""...

enhancement

### Description Hello, I see Marimo allows you to attach an MCP server to a currently editing notebook, for example: https://docs.marimo.io/guides/editor_features/mcp/ Please consider adding a feature where there is a...

enhancement

### Description Currently, `mo.ui.dropdown` only allows users to select from predefined options. In some workflows, it would be useful for users to input a new value directly into the dropdown...

enhancement

### Description I would like to ask to make the "copy line(s) down" hotkey in the shortcuts page of the marimo editor editable, if feasible (possible also the "copy line(s)...

enhancement
good first issue (typescript)

### Description I would like to see file metadata, such as last modified date and size, along side the file names in the `mo.ui.file_browser` widget. ### Suggested solution There may...

enhancement

### Describe the bug Not sure it is intended behavior or not, but it surprised me that some modules depending on a changed file were not automatically reloaded (using the...

bug

### Describe the bug Quite strange but it feels like marimo is auto-running, formatting on watch mode. Quite unpleasant, seems like a very recent bug. I did not press any...

bug

### Description When I display a table using `marimo.ui.table`, I would like to configure which column to be displayed in the output table without changing the `data` passed to the...

enhancement

### Describe the bug Cells dupcilate by themselves; usually it goes with the fact that some of them get deleted as well. On the screenshot you can see that some...

bug

## 📝 Summary Fixes #6012 ## 🔍 Description of Changes The issue prompted an index.html overwrite whenever an index file is not provided. This lead to a bug where export_assests()...