streamlit_notify

Initialization module for the st_notify package.

streamlit_notify.init_session_state()[source]

Initialize session state for all notification elements. This ensures that the notification queues are set up in the session state.

Return type:

None

streamlit_notify.__getattr__(name)[source]

Delegate attribute access to Streamlit if not found in this module.

Parameters:

name (str): Name of the attribute to get.

Returns:

Any: The requested attribute from Streamlit.

Raises:

AttributeError: If the attribute is not found in Streamlit.

Parameters:

name (str)

Return type:

Any