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
Can you explain a bit what you are trying to do?
You can use mo.output.append and mo.output.replace
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.
Oh I see. Yea that’s not quite possible. We can expose the lower level spinner though - mind filing a ticket on GitHub?
sure will do !