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 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): ...
### 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...
### 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...
### 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...
### 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...
### 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] >...
### 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":...
### 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....