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 # 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"""...
### 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...
### 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...
### 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)...
### 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...
### 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...
### 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...
### 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...
### 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...
## 📝 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()...