Tqdm#
The Tqdm indicator wraps the well known tqdm progress indicator and displays the progress towards some target in your Panel app.
Use pn.ui.Tqdm to create this component.
API#
.. py:class:: Tqdm(*, layout, lock, max, progress, text, text_pane, write_to_console, disabled, loading, align, aspect_ratio, css_classes, design, height, height_policy, margin, max_height, max_width, min_height, min_width, sizing_mode, styles, stylesheets, tags, visible, width, width_policy, label, value, name) :module: panel.ui.indicators
.. !! processed by numpydoc !!
Parameter Definitions
Parameters inherited from:
:class:`panel.widgets.base.WidgetBase`: label
:class:`panel.viewable.Layoutable`: align, aspect_ratio, css_classes, design, min_width, min_height, max_width, max_height, styles, stylesheets, tags, width_policy, height_policy, visible
:class:`panel.viewable.Viewable`: loading
:class:`panel.widgets.base.Widget`: height, disabled
:class:`panel.widgets.indicators.Indicator`: sizing_mode
:class:`panel.widgets.indicators.Tqdm`: value, margin, width, layout, lock, max, progress, text, text_pane, write_to_console