openscm_runner.progress

Contents

openscm_runner.progress#

Progress bar wrapper

progress#

progress(*args, **kwargs)[source]#

Progress bar

Uses tqdm.autonotebook to automatically use a native Jupyter widget when executing within a Jupyer Notebook.

Parameters:
  • *args – Passed to the tqdm

  • **kwargs – Passed to the tqdm

Returns:

tqdm.auto_notebook.tqdm – tqdm instance with consistent configuration