> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Do 'Run Finished' alerts work in notebooks?

No. **Run Finished** alerts only work with Python scripts. Even if you've enabled the **Run Finished** setting in **User Settings**, the alerts stay off in Jupyter notebooks to prevent notifications after each cell runs.

Use `run.alert()` in notebooks instead.

***

<Badge stroke shape="pill" color="orange" size="md">[Alerts](/support/models/tags/alerts)</Badge><Badge stroke shape="pill" color="orange" size="md">[Notebooks](/support/models/tags/notebooks)</Badge>
