spatel
New Contributor II

I'm having the same issue. I even tried following

from tqdm.autonotebook import tqdm

but when I do this

for row in tqdm(df.itertuples(index=False)):

I don't see the progress bar in Databricks workflow notebook.