Skip to main content

3 docs tagged with "notebooks"

View all tags

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 remain turned off in Jupyter Notebook environments to avoid notifications for each cell execution.

How do I silence W&B info messages?

To turn off standard Weights & Biases logging and information messages, such as project info at the start of a run, set the WANDB_SILENT environment variable. This must occur in a notebook cell before running wandb.login: