pysepal.solara.notifications.bus#

Kernel-scoped notification bus: state management and registry.

Functions

cleanup_bus

Decrement refcount for the current kernel's bus; remove when it reaches 0.

create_bus

Get or create a NotificationBus for the current kernel.

get_current_bus

Get the NotificationBus for the current kernel, or None.

NotificationBus()

Owns notification state for a single kernel/session.