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 If I try to display a Holoviews `HoloMap` or `DynamicMap`, I get blank/textual output instead of an interactive plot (example code taken from Holoviews docs): ![marimo-holoviews-text](https://uploads.linear.app/63f65126-890b-4810-98cb-b7f8eaee40ee/423bfd4d-3302-43ee-8f55-6c6cbfc91fc6/b43f017d-2826-4106-80f8-7c6cee1bfc19?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiLzYzZjY1MTI2LTg5MGItNDgxMC05OGNiLWI3ZjhlYWVlNDBlZS80MjNiZmQ0ZC0zMzAyLTQzZWUtOGY1NS02YzZjYmZjOTFmYzYvYjQzZjAxN2QtMjgyNi00MTA2LTgwZjgtN2M2Y2VlMWJmYzE5IiwiaWF0IjoxNzExMDQxMTM5LCJleHAiOjMzMjgxNjAxMTM5fQ.pP5JIxDFtcYn7iXap2iFw6TtCLcmx-v1ot5VY5Kmovg)...

bug
good first issue
help wanted

### Describe the bug If I have a disabled cell in my notebook, I would expect that it is not run when I execute the notebook as a script with...

bug
good first issue

### Description I started doing more intense compute work in Marimo, and noticed the kernel is locked when executing a cell. ### Suggested solution Marimo could work on the execution...

enhancement

### Describe the bug I think home is a great start for a splash page- I've been using it more. But it doesn't detect new files. It looks like it...

bug

### Description Hello, I think PDF export is missing Kind regards ### Suggested solution Following #892 a PDF export feature will be great. It will be even greater if it...

enhancement

### Description I noticed you all do this in the docs quite a bit, and I'm a fan of them too. I think github native supports them: > [!NOTE] >...

enhancement

### Description I guess this may be completely contrary to the spirit of marimo, but I really miss having things automatically run/imported the way jupyter runs the files in `~/.ipython/profile_default`....

### Describe the bug From @delennc: reconnecting to an active notebook, you lose the info on how long it took to run each cell. ### Environment { "marimo": "0.4.10", "OS":...

bug
good first issue

### Description I want to create state (mo.state) and update it via a thread and have it work as usual (i.e. as it works from within a cell), i.e. ```...

### Describe the bug Stacked UI elements are not updated when a task is running, which blocks the main thread. This is the case for both async and sync code....

bug