sandbox with multiple notebooks
marimo edit --sandbox --no-token -p $PORT --host $HOST
marimo edit --sandbox --no-token -p $PORT --host $HOST
marimo+uv workflow
uv run --python 3.11 --with marimo --with numpy --with matplotlib marimo edit --sandbox hi.py
the equivalent pattern for jupyterlab would be
uv run --python 3.13 --with jupyterlab --with numpy --with matplotlib jupyter lab
but now I'm wondering:...issue with plotly express chart not registering change to switch
scatter_mapbox
that displays different values (a complete or filtered dataframe) based on the value of a mo.ui.switch
. For some reason, the chart does not re-render on switch value change; instead, it is toggling after I toggle the switch and then switch the view mode of the notebook (i.e. use the toggle app view button). This is the notebook in reference: https://marimo.io/p/@roboboosters/fin-frcAdjust chat height
Zsh command not found
Clearer loading signals on apps (marimo.io/p)
SQL <> Python cell auto-conversion
SQL cells outputting data frames fail to work in dependency tree
How can I use wasm (compile, host.. etc.) without using marimo.app?
Is there a way to have a button with an image overlay? In other words, a clickable image.
HTML Export Options
GitHub Copilot unable to connect
VS Code - marimo does not start
Searchable drop-down?
mo.ui.multiselect
? That lets you type into it: https://docs.marimo.io/api/inputs/multiselect.html#marimo.ui.multiselectBest Practices for Caching Marimo Reports?
mo.ui.altair_chart(chart) is not updating based on filtered data
Altair Charts not adapting to dark background
how to disable “defined by another cell” error?
private imports inside one cell