Get help from the marimo community

Updated 2 weeks ago

getting the output object from a cell, in which we append the output

I have a table from which I want to select some values, and use this to download attachments, zip them, then present a download button. The process takes time, so I tried using mo.lazy to show a spinner, but it doesn't update more than once, when it's inside an accordion. Therefore, I tried hacking my own solution using the output module. However, it struck me that it's not possible to get the the output object from a cell. I'm thinking something like ```spinner=mo.status.spinner()
mo.output.append(spinner)
_download_attachments = new_download_attachments_ui(heatpump_table)
download_attachments = await _download_attachments()
j
M
4 comments
Actually, I think this is a bug. It doesn't matter if it's rendering in an accordion or not, so I opened a ticket on github: https://github.com/marimo-team/marimo/issues/3461
would be great if someone could take a look at the ticket to confirm it's a bug or not πŸ™‚
Yea probably a bug. looks like @Shahmir started to look into it
Sorry just read the thread. This is not a bug and is the intended behavior
Add a reply
Sign up and join the conversation on Discord