How do I stop wandb from writing to my terminal or my Jupyter notebook output?

Set the environment variable WANDB_SILENT to true.

os.environ["WANDB_SILENT"] = "true"
%env WANDB_SILENT=true
WANDB_SILENT=true

Last modified February 18, 2025: b8b97f7