You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have "backend" and "frontend" set for all widgets. Would be nice to set it up once for as default for all.
Currently I think it is only possible to change each widget/instance separately.
The text was updated successfully, but these errors were encountered:
Sorry for the long wait and the lack of response during the holiday period. :/
I have been working on that in the past weeks.
It should be here in the next version.
Would you be interested in testing some sort of prerelease to give me some feedback?
I still need to work on the documentation and testing but next version should add:
Default config
stqdm.set_default_config(frontend=True) # but it should work with any stqdm or tqdm kwargs
Config scopes
withstqdm.scope(bar_format="{bar}{desc}"):
# my code using stqdm
Moreover, I am looking for feedback on the way it works:
does it feel good?
does autocompletion / typing works?
would it be better to use a config dict instead of **kwargs?
I would appreciate your help if you would like to.
I would like to have "backend" and "frontend" set for all widgets. Would be nice to set it up once for as default for all.
Currently I think it is only possible to change each widget/instance separately.
The text was updated successfully, but these errors were encountered: