pysepal.solara.notifications.bus.create_bus#

pysepal.solara.notifications.bus.create_bus()[source]#

Get or create the current scope’s NotificationBus.

Reuses an existing bus and takes a second reference, so a remount or a double-mount of NotificationProvider does not invalidate active notifiers.

Returns:

The scope’s bus.

Return type:

NotificationBus