pymaid.set_pbars

pymaid.set_pbars(hide=None, leave=None, jupyter=None)[source]

Set global progress bar behaviors.

Parameters
  • hide (bool, optional) – Set to True to hide all progress bars.

  • leave (bool, optional) – Set to False to clear progress bars after they have finished.

  • jupyter (bool, optional) – Set to False to force using of classic tqdm even if in Jupyter environment.

Return type

Nothing