ipypb
ipypb copied to clipboard
Python progress bar with rich output that uses native ipython functionality. Widget-free. Works even in JupyterLab.
Due to below line in the code, the updates do not arrive when they come in bursts. In practice, I encountered a case where 3/4 of the process happened immediately...
Currently, the `track` function docstring only describes the `total` parameter: ``` track(iterable=None, total=0, keep=True, cycle=False, label=None) Docstring: Progressbar supports displaying a progressbar like element Init docstring: Creates a new progressbar...
Setting option `keep=False` does not affect the behavior of the printing of the inner track.