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.
### Describe the bug Hello, the pagination controls for mo.ui.data_editor show a unicode replacement character instead of the arrows in Firefox. For normal DataFrames, it works fine:   ###...
### Description Hi guys, modern version of Neovim and at least a few Vim emulators (VSCode Vim for example) now support the very convenient `gc` motion for toggling comments. ###...
### Describe the bug Steps to reproduce 1. Create a cell 2. Change its type to Markdown 3. Add md content 4. save notebook 5. close / power off notebook...
### Description I would like to save the collapsed state of a markdown header. ### Suggested solution Add an argument to the `app.cell` decorator. ``` @app.cell(collapsed=True) def _(mo): mo.md(r"""### Setup""")...
### Describe the bug After using the editor for a bit, the editor stops working. This messages appears in the terminal:  I'm unable to save notebooks, this message appears...
### Describe the bug When you switch to full-screen mode for altair charts, the tooltips stop working. ### Environment ``` { "marimo": "0.13.0", "OS": "Darwin", "OS Version": "24.1.0", "Processor": "arm",...
### Description We have `claude-3-7-sonnet` model behind LiteLLM https://github.com/BerriAI/litellm which exposes OpenAI format API. However, currently based on  > If the model starts with "claude-", we will use your...
### Describe the bug Hey guys so I'm trying to export a static html page from a relatively small (~300 lines) notebook. The notebook page servers fast and if I...
This is an enhancement proposal similar to the already existing inline "Stop" functionality already implemented in the "Generate with AI" modal.
### Description I'm proposing to extend `Expand Dict` dataframe transformation that implements Polars' column unnest functionality. Currently, marimo has an `Expand Dict` feature, but it fails when a column contains...