cayenne
cayenne copied to clipboard
Add Progress Bar for Simulation.simulate
It would be nice to have a progress bar displayed during simulations (especially in Jupyter Notebook).
However, since simulations end at either a specific time or iteration, maybe you would need two separate progress bars? One for time, and one for # iterations?
What do you think?
Maybe the tqdm library could be useful.