Google Tag Manager on Marimo
"kernel not found" when port forwarding
Setting options when running programatically
Network visualization (ex: ipysigma) within marimo
Disable fancy dataframe editor?
mo.plain(df)
Programmatic way to detect theme (light/dark mode)?
Embedded VSCode browser issue
Play MIDI files through `mo.audio()`
mo.audio(src="https://bitmidi.com/uploads/79828.mid")
mo.audio(src="https://bitmidi.com/uploads/79828.mid")
mo.state
.
```...Recommended way for self-triggering computation / semi-infinite loop?
Marimo Edit not working after upgrading
Invalid Session for create_asgi_app deployed across 4 different machines
File "/bb/libexec/workflow-metrics-notebooks/python/lib/python3.10/site-packages/marimo/_server/api/deps.py", line 135, in require_current_session
raise ValueError(f"Invalid session id: {session_id}")
ValueError: Invalid session id: s_p41hf3
File "/bb/libexec/workflow-metrics-notebooks/python/lib/python3.10/site-packages/marimo/_server/api/deps.py", line 135, in require_current_session
raise ValueError(f"Invalid session id: {session_id}")
ValueError: Invalid session id: s_p41hf3
"Generate with AI" fails / vLLM OpenAI compatible server
dataframe corresponding to brushed segment of a plotly scatterplot
support ruff configuration in `pyproject.toml`? also option to choose b/w ruff and black
pyproject.toml
config to work.
might be something with my setup defaulting to black? i can't easily remove black since i installed marimo with conda (through pixi
) and black is set as a required dependency.
would be useful to be able to manually select between the two....Have CSVs stick in WASM files
Creating a UI component that can update itself
allow_self_loops=True
in the mo.state
constructor.
```python
import marimo
...Unable to connect to github copilot
Multi-page apps
mo.routes
with mo.sidebar
: https://docs.marimo.io/api/layouts/routes.html...Deployment