直接跳到内容
本页目录

Notifications 通知

NotificationsArea 组件是一个全局组件,允许用户显示所谓的“toast”,以向用户提供信息。可以通过 pn.extension 设置 notifications=True 或直接设置 pn.config.notifications = True 来启用通知。

参考文档:https://panel.holoviz.org/reference/global/Notifications.html

基本用法

Controls

src/examples/panel_vuepy/global/Notifications

Notifications 通知已经加载完毕