Get help from the marimo community

M
Mady
Offline, last seen last week
Joined November 25, 2024
I'm experimenting with deploying my notebook on GitHub Pages. However, the documentation around this feature seems to focus on local notebooks, not those already deployed in the Marimo WASM Playground. What steps would I need to take to export the notebook from the Marimo WASM Playground to move it to GitHub Pages? I used "Download as HTML (exclude code)," but that appears to be static only.
2 comments
M
I'm using 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.
18 comments
M
M
I am editing a dataframe to replace null values with "unknown" prior to rendering it in a chart with Plotly. When the notebook runs in the online editor, it works as expected. However, if I share the link to the notebook with the project publish button, it seems that the cell rendering the chart somehow runs before the cell that replaces the values.
4 comments
A
M
M
I am attempting to use a Plotly Scatter Map. When I render it, it shows a basic blank chart. I tried to follow the official Plotly tutorial and it does the same thing. I'll put a screenshot below shortly.
4 comments
M
M
A
I have a plotly express 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-frc
6 comments
A
M
M
I am using mo.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).
10 comments
M
M
My notebook is best viewed in medium or full width, so I would like to share it with that option pre-selected. Is there a query parameter that allows that?
4 comments
M
M
I'm trying to use the 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?
22 comments
M
e