โ10-13-2022 10:56 AM
The shapley progress bar or tqdm progress bar in general doesn't show in notebooks. Do I need to set something special to get this or any other similar widgets to work?
โ10-18-2022 07:32 AM
Hai, Please try importing tqdm as below
-> import tqdm from tqdm
this should work
โ10-21-2022 06:38 AM
Thanks for your reply. I think you meant
from tqdm import tqdm
I did try it, but it didn't help.
FR
โ11-20-2022 11:48 PM
Hi @Fred Rahmanianโ
Hope all is well!
Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.
We'd love to hear from you.
Thanks!
โ11-21-2022 05:10 PM
Unfortunately, I have not.
3 weeks ago - last edited 3 weeks ago
I think you're looking for tqdm.notebook
from time import sleep
from tqdm.notebook import tqdm
for _ in tqdm(range(20)):
sleep(5)
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group