mercury
mercury copied to clipboard
How to implement notifications of Mercury widgets ?
I did not see in the doc how to implement events/notifs on widgets such as sliders, toggle buttons, etc. Thank you
Hi @virtuamechanica,
You don't need to implement events. Mercury is detecting change in the widget and automatically re-executes cells below the widget. Please notice, that automatic re-execution is available only when you serve notebook as web app.
May I ask what are you building?