Provides an all purpose Python based progress bar utility that can be run in loops either running in serial or parallel with MPI or other utilities. When using parallel loops, each parallel progress ...
Jupyter notebooks use an OutStream object as stderr, and progressbar2 uses stderr.tell(), which is not a valid method of OutStream, consequently breaking code. I'm not sure why this worked until ...