status_elements
Widgets with notification queueing for Streamlit.
- class streamlit_notify.status_elements.RerunnableStatusElement(base_widget)[source]
Bases:
objectA wrapper for Streamlit widgets to enable notification queueing.
Initialize the wrapper.
- property notifications: NotificationPriorityQueue
Get the notification queue.
- create_notification(*args, **kwargs)[source]
Create a notification without adding it to the queue.
- Parameters:
- Return type: