mo.md
to add text to my notebook. Is there a way to control the alignment? It seemed like it was automatically centered earlier, but now it's left aligned.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-frcmo.ui.plotly
to get a list of selected dots on a map and display the corresponding datapoints in a table below. However, if I make a selection, then double click on the map to clear the selection, the list of dicts returned stays the same (doesn't clear).freeze_columns_left
argument in mo.ui.table
, and I am not getting an error, but the specified column is not frozen. This is my code. Can you tell me why?