Whenever I run a model (in a jupyter lab notebook, usually) there is logging output, and progress bars are shown. Since I run models many times in a row, this totally fills up the notebook.
I have not found any parameter or other way to make orbig only show critical logging messages and NOT show any tqdm progress bars. Could this get added either to the code or to the documentation if there are already ways to achieve that?