Hi,
I'm using Databricks workflows to run a train job using `pytorch` + `lightning`. `lightning` has a built in progressbar built on `tqdm` that tracks the progress. It works OK in when I run the notebook outside of a workflow. But when I try to run notebook as a part of a workflow no progressbar is displayed.
Is this some limitation of the workflows or am I hitting some kind of bug?
I'm on Databricks runtime for ML 15.3 with `tqdm==4.65.0