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 I think this is related to the size of my notebook but in one of my notebooks, vim keymaps are very slow. I press "I" for...

bug

### Description When changes in one cell trigger recomputation in multiple downstream cells with no inter-dependencies, my impression is that right now the recomputation computation of those downstream cells isn't...

enhancement

Fixes #3189 When holding Shift while right-clicking, the browser's default context menu will now be shown instead of Marimo's custom menu. This matches JupyterLab's behavior and allows users to access...

In most web browsers, performing a "Shift + right click" will open the standard context menu, essentially acting as a regular right click, even if a webpage has attempted to...

### Description Stable (and per-workspace-unique) cell IDs are absolutely needed for scalable, on-by-default cell results persistent cache, see https://github.com/marimo-team/marimo/issues/3176. Stable cell IDs can even enable "moving the cell" to another...

enhancement

### Describe the bug In my app, I have multiple tabs. Some contain figures made with plotly. I've noticed that an error is raised in the console when this is...

bug
upstream

### Description When the notebook is used locally always saving all results to disk is cheap. Therefore it makes sense to alleviate the cognitive burden for developers (assessing whether the...

enhancement

### Description It would be nice to have cells not get marked as "stale" when I only change comments or add/remove whitespace lines. ### Suggested solution Here's an example. The...

enhancement

### Describe the bug When writing Leafmap code to design maps in Marimo, I'm not able to get an updated version of the map rendered in the notebook without reloading...

bug
upstream