A plugin to feedback by message or notification for Dash applications using Dash Hooks.
Project description
dash-message-notification-plugin
English | 简体中文
A plugin to feedback by message or notification for Dash applications using Dash Hooks.. This plugin make feedback by message or notification easily.
Installation
pip install dash-message-notification-plugin
Usage
import dash
# Import the message notification plugin
from dash_message_notification_plugin import (
setup_message_notification_plugin,
UtilMessage,
UtilNotification,
)
# Enable the message notification plugin for the current app
setup_message_notification_plugin()
app = dash.Dash(__name__)
# Rest of your app code...
Example
Run the included example:
python example.py
API Reference
1. Activate Plugin
setup_message_notification_plugin()
2. Using api in callback
Please refer to the example.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dash_message_notification_plugin-0.1.0.tar.gz.
File metadata
- Download URL: dash_message_notification_plugin-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a1cd069660470acbab9f96c1fb5f8e2915b71b0b40507f14433fad8a58c29e0
|
|
| MD5 |
d42821765d71cbe069204f60950a51fd
|
|
| BLAKE2b-256 |
103798eaa624378a8a007a88222de8471259d4482ae332848ac66acfbdc2e7dc
|
File details
Details for the file dash_message_notification_plugin-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dash_message_notification_plugin-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30a80560567959ab480667e77e79bf5d395151cda45b155885247fd20d081d2c
|
|
| MD5 |
0de995f1e0c28da0c0e54c332d5b632c
|
|
| BLAKE2b-256 |
1104d357172a9406779d1dcaeaf544e195425a07241e5c47da7aa2cf5db4c9e7
|