A Streamlit component that provides toast notifications that persist across reruns. Current version 0.3.1. Release cadence is irregular.
pip install streamlit-notifyVerified import paths — ran on the pinned version, not inferred.
Basic usage of streamlit-notify to show a toast.
Ensure you have a Streamlit app running (e.g., import streamlit as st before calling notify).
Call notify() after a button click or other user action, or add st.rerun() after notify if needed.
Run 'pip install streamlit-notify' in the same Python environment where you run your Streamlit app.
Use 'from streamlit_notify import notify'. If that fails, upgrade with 'pip install --upgrade streamlit-notify' and check the correct function name in the docs.