Given the following code:
for i in tqdm(range(10)): for j in tqdm(range(5)): # computation
With the above code tqdm spawns two pr