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

### Describe the bug [Interactive matplotlib figures](https://docs.marimo.io/faq/?h=matplotlib+inter#how-do-i-display-interactive-matplotlib-plots) don't render when switching browser tabs during notebook launching (from CLI) — empty space appears where figures should be. _Figures only render properly...

bug

### Describe the bug https://github.com/user-attachments/assets/37b4f125-6443-48eb-9f90-a3e1adbb97b2 I expect items 7, 8, 9 rendered as undone in the output when removing items 3, 4, 5, 6 The items are rendered correctly only...

bug

This is a good playground example to test pyodide-http still works https://marimo.app/l/7dt7hf but breaks: ``` import pandas as pd pd.read_csv("https://raw.githubusercontent.com/dmarcelinobr/Datasets/master/Fortune1000.csv") ```

### Description I'd like to be able to delete a cell using a keyboard shortcut. ### Suggested solution e.g. `ctrl+delete` should delete a cell. ### Alternative _No response_ ### Additional...

enhancement

## 📝 Summary `mo.show_code()` has a position option that currently has two possible values, "above" and "below". For the `Slides` view it would be nice to have code and output...

### Describe the bug It is valuable to be able to set the width and height of an Altair chart if you want to have particular aspect ratios or export...

bug

### Description When training a model, I'd like the output window to not autoscroll to the bottom when the content changes. ### Suggested solution Add an option to disable autoscroll...

enhancement

### Description In many cases, I add a cell out of its topological order simply for convenience when editing (ie working with a later portion of the notebook and realize...

enhancement

This is a fantastic product, but it's hard to find. I tried to Google it with keywords like "Jupyter Notebook Python alternative," "IPython alternative," etc., nothing came up!

### Description It is already possible to export `html-wasm` to the specified layout, so I'm hoping to be able to export the static HTML to a specified layout as well....

enhancement