Skip to main content

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"
Was this page helpful?๐Ÿ‘๐Ÿ‘Ž