Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frontend, backend option not available in 0.0.3 #5

Closed
wonyoungseo opened this issue Jun 29, 2021 · 2 comments · Fixed by #6
Closed

frontend, backend option not available in 0.0.3 #5

wonyoungseo opened this issue Jun 29, 2021 · 2 comments · Fixed by #6
Labels
resolved Issue has been resolved

Comments

@wonyoungseo
Copy link

wonyoungseo commented Jun 29, 2021

Hello, @Wirg

First of all, thanks for implementing this wonderful idea.

I tried to disable backend progressbar and only allow progressbar in streamlit application.
so I passed the parameter like this

for idx in stqdm(range(len(data)), backend=False, frontend=True):

However, it showed error.
TqdmKeyError: "Unknown argument(s): {'backend': False, 'frontend': True}"

My current library versions are as followed.
I installed stqdm via pip

tqdm == 4.61.1
stqdm == 0.0.3
streamlit == 0.83.0
@wonyoungseo wonyoungseo changed the title frontend, backend option available in 0.0.3 frontend, backend option not available in 0.0.3 Jun 29, 2021
@Wirg
Copy link
Owner

Wirg commented Jun 29, 2021

Hello @LucaSEO ,

Thanks for the issue.
I indeed never published a version of stqdm with this feature.

I just published v0.0.4 of streamlit to pypi with this feature. Tell me if it works !

Have a nice day

@Wirg Wirg added the resolved Issue has been resolved label Jul 6, 2021
@Wirg Wirg linked a pull request Jul 6, 2021 that will close this issue
@Wirg
Copy link
Owner

Wirg commented Jul 6, 2021

Marking it has resolved.
Don't hesitate to reopen if you have any issues.

@Wirg Wirg closed this as completed Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolved Issue has been resolved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants