-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
printing while a progress bar is broken since it use a "\r" / reprint
maybe we should have a tqdm.print that add some text to the side of the bar when a progress bar is displayed ?
something like that:
local sum = 0
for i in tqdm.range(1,1000)
sum = sum + stuff(i)
tqdm.print("cumulative sum : "..sum)
endwould display the progress with additional user info:
[####### ] [500/1000 | 150Hz | 30s : 50s] { cumulative sum : 4242 }
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request