streamlit-notify

Contents:

  • Installation
  • Usage
  • API Reference
    • streamlit_notify
    • dclass
    • notification_queue
    • status_elements
    • functional
streamlit-notify
  • API Reference
  • View page source

API Reference

This section provides detailed API documentation for all modules in the streamlit-notify package.

  • streamlit_notify
    • RerunnableStatusElement
    • create_notification()
    • notify()
    • get_notifications()
    • clear_notifications()
    • get_notification_queue()
    • has_notifications()
    • remove_notifications()
    • add_notifications()
    • toast_stn()
    • balloons_stn()
    • snow_stn()
    • success_stn()
    • info_stn()
    • error_stn()
    • warning_stn()
    • exception_stn()
    • NotificationPriorityQueue
    • StatusElementNotification
    • NotificationType
    • get_status_element()
    • init_session_state()
    • __getattr__()
  • dclass
  • notification_queue
    • default_sort_func()
    • NotificationPriorityQueue
  • status_elements
    • RerunnableStatusElement
  • functional
    • toast_stn()
    • balloons_stn()
    • snow_stn()
    • success_stn()
    • info_stn()
    • error_stn()
    • warning_stn()
    • exception_stn()
    • create_notification()
    • _resolve_types()
    • notify()
    • get_notifications()
    • clear_notifications()
    • get_notification_queue()
    • has_notifications()
    • remove_notifications()
    • add_notifications()
Previous Next

© Copyright 2025, Patrick Garrett.

Built with Sphinx using a theme provided by Read the Docs.