Shawn
Shawn
I have the problem also. SynapseML Version: v0.9.5 Spark Version 3.2.0 Spark Platform on Google Cloud DataProc Likely, it appears from time to time.
This implementation is intrusive. I think the original handlers should not be updated @casperdcl
Seems position is ignored now. https://github.com/tqdm/tqdm/issues/1133
 already fixed?
as the link above said, adding `sys.modules['IPython'].get_ipython().__class__.__name__ == 'XPythonShell'` is a bit weak. Better wait until xeus has a better self-identifier.
can you give a small code to reproduce this?
use different parent class due to the existence of paparmill? class TqdmStats(tqdm_auto):
indeed, tqdm may need maintain a canvas to support reordering.
any help needed?
``` Series.progress_apply = inner_generator() SeriesGroupBy.progress_apply = inner_generator() Series.progress_map = inner_generator('map') SeriesGroupBy.progress_map = inner_generator('map') DataFrame.progress_apply = inner_generator() DataFrameGroupBy.progress_apply = inner_generator() DataFrame.progress_applymap = inner_generator('applymap') ``` This is not feasible. As the tqdm...