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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
https://github.com/NCAR/intake-thredds/blob/54f1a8d83588b460f35dd99a3d4597176571e0fd/intake_thredds/source.py#L86
Rather than raising a ValueError you could just say tqdm not installed setting progressbar=False
tqdm not installed setting progressbar=False
The text was updated successfully, but these errors were encountered:
you are welcome to implement this
Sorry, something went wrong.
Now I think about this how about just make tqdm as a requirement?
tqdm
It's not uncommon as a requirement mamba repoquery whoneeds tqdm -c conda-forge.
mamba repoquery whoneeds tqdm -c conda-forge
Can help slim the code base here.
Successfully merging a pull request may close this issue.
https://github.com/NCAR/intake-thredds/blob/54f1a8d83588b460f35dd99a3d4597176571e0fd/intake_thredds/source.py#L86
Rather than raising a ValueError you could just say
tqdm not installed setting progressbar=False
The text was updated successfully, but these errors were encountered: