Do 'Run Finished' alerts work in notebooks?
No, Run Finished alerts only work with Python scripts. Use run.alert() in notebooks instead.
How do I handle the 'Failed to query for notebook' error?
Set the WANDB_NOTEBOOK_NAME environment variable to resolve the ‘Failed to query for notebook name’ error.
How do I silence W&B info messages?
Set the wandb logger level to logging.ERROR to suppress info-level log messages.