pysepal.solara.notifications.hook.use_notifications# pysepal.solara.notifications.hook.use_notifications()[source]# Solara hook: returns a Notifier bound to the current kernel’s bus. Must be called inside a Solara component function. If no NotificationProvider is mounted, returns a NoopNotifier. Return type: Notifier | NoopNotifier