make_progress_display¶
- make_progress_display(is_jupyter=False)[source]¶
Create a
Live-wrapped progress bar covering both per-program and batch rows.In Jupyter,
auto_refreshis disabled to avoid double-rendering (rich#1737); the caller is responsible forlive.refresh()after each update in that mode.Returns
(None, None)whenprogress_disabled()is true.