wandb.alert()
to your codewandb.alert()
wandb.alert()
to your code (either in a Notebook or Python script) wherever you'd like it to be triggeredtitle
(string)text
(string)level
(optional)AlertLevel.INFO
, AlertLevel.WARN
, or AlertLevel.ERROR.
You can import AlertLevel.xxx
from wandb
wait_duration
(optional)<@USER_ID>
in either the title or the text of the Alert. You can find a Slack user id from their Slack profile page.your-team
. These alerts apply to everyone on your team. We recommend using the Slackbot channel because it keeps the alerts private.wandb.alert()
in Jupyter Notebook environments instead.