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.
### Description Hi Marimo team Thanks for the fix for "plotly mapbox styles". I am running an executable using subprocess.Popen and would like to stream the stdout "live" (the process...
### Description I want to start a background thread or open a persistent connection to a server. Usually, in python, the way to do these things cleanly is to use...
### Describe the bug I find that Escape is not always respected when the vim keybindings are enabled and I am typing in vim's editor mode. When I hit Escape...
### Description When hovering over a location in the slider (not necessarily the knob), it would be helpful to know what value would be selected on click. ### Suggested solution...
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.5.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.6...v0.5.7)
POC / untested
### Description I often experience long startup times when using Marimo. After reviewing the code, I found that during the first startup each day, marimo will checks for updates by...
### Description Explode an array column to individual elements ### Suggested solution Add a transform that requests an array like column. The transform would then explode that column to individual...
### Description I would like a transform that senses dict like items (having keys) and inserts new column in the dataframe with the keys rewritten in the following format: 'dictitem.keyname',...
### Description When me and my team developing ML-based solutions - we use Jupyter Lab or IDEs, that acts like Jupyter Lab (VSCode + extensions or DataSpell), because it much...