Skip to main content

Do 'Run Finished' alerts work in notebooks?

No. Run Finished alerts (activated with the Run Finished setting in User Settings) operate only with Python scripts and …

How do I handle the 'Failed to query for notebook' error?

If you encounter the error message “Failed to query for notebook name, you can set it manually with the WANDB_NOTEBOOK_N …

How do I silence W&B info messages?

To suppress log messages in your notebook such as this: Set the log level to logging.ERROR to only show errors, suppress …