PyHa icon indicating copy to clipboard operation
PyHa copied to clipboard

[♻️] Add tqdm for Progress Bars

Open natmfat opened this issue 7 months ago • 5 comments

Addresses #168

I'm not entirely sure what loops should have been modified, so

  1. I introduced the tqdm dependency
  2. Replaced custom timing logic with tqdm (in places I could find it)

Notebook runs fine but unit tests seemed to have failed on the configuration step.

Example of progress bar in the notebook: Example of progress bar in the notebook

natmfat avatar Jan 09 '24 15:01 natmfat