We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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}"
TqdmKeyError: "Unknown argument(s): {'backend': False, 'frontend': True}"
My current library versions are as followed. I installed stqdm via pip
pip
tqdm == 4.61.1 stqdm == 0.0.3 streamlit == 0.83.0
The text was updated successfully, but these errors were encountered:
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 !
v0.0.4
pypi
Have a nice day
Sorry, something went wrong.
Marking it has resolved. Don't hesitate to reopen if you have any issues.
Successfully merging a pull request may close this issue.
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
However, it showed error.
TqdmKeyError: "Unknown argument(s): {'backend': False, 'frontend': True}"
My current library versions are as followed.
I installed stqdm via
pip
The text was updated successfully, but these errors were encountered: