john_helt
john_helt7mo ago

Spinner to hstack

hi. Is there a way to add a spinner to a vstack or hstack as it's a context manager and not a UI element (or HTML)?
4 Replies
Myles Scolnick
Myles Scolnick7mo ago
Can you explain a bit what you are trying to do? You can use mo.output.append and mo.output.replace
john_helt
john_heltOP7mo ago
I dont really understand how to place a spinner on the UI. Since the spinner only shows up when you run the cell. I want to the spinner to show up a specific place on my UI. I can drag the cell that generates the spinner, but I can't stack it like I can do with e.g. buttons, forms, etc.
Myles Scolnick
Myles Scolnick7mo ago
Oh I see. Yea that’s not quite possible. We can expose the lower level spinner though - mind filing a ticket on GitHub?
john_helt
john_heltOP7mo ago
sure will do !