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 #2367 made configuration support XDG_CONFIG_HOME, which is great! On that PR there was a bit of talk of broader support for XDG Base Dirs, but I can't tell...
### Describe the bug In this example from the documentation, ``` import marimo as mo import altair as alt import vega_datasets # Load some data cars = vega_datasets.data.cars() # Create...
### Describe the bug On changing a mo.Thread target definition, an noticed that the background thread was still running (I just changed print from 1 to 2 of the smoke...
### Description x.ai's grok3 is fast(and cheap). Better to have native support in marimo ### Suggested solution * Add 4th item in 'AI KEYS' * in the AI ASSIST section,...
## 📝 Summary fixes #4564 And state seems to work. Now actually going to bed 😷 @akshayka
### Describe the bug Trying to filter values of a dataframe using `mo.ui.dataframe`, I get the following error: > Function call (name: get_dataframe, args: {}) failed with exception Error applying...
### Description I want to be able to manipulate the contents of another code cell programatically through python. Think of LLM enabled widgets generally or a Buckaroo use case specifically....
### Description The goal of this transform is to replicate pandas chaining BUT in a more flexible manner. It's the filter transform but in a chain and using existing columns...
### Description It would be good to be able to define the styling of table elements more. Specifically, it would be nice to be able to set the width of...
### Describe the bug See the green/red thin stripe at the lower left of this screencap  ### Environment ``` { "marimo": "0.11.17", "OS": "Windows", "OS Version": "11", "Processor": "Intel64...