How do I stop wandb from writing to my terminal or my Jupyter notebook output?
less than a minute
Set the environment variable WANDB_SILENT
to true
.
os.environ["WANDB_SILENT"] = "true"
%env WANDB_SILENT=true
WANDB_SILENT=true
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.