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

add pbar=None kwarg to load_raw_resource_description #500

Open
FynnBe opened this issue Feb 15, 2023 · 0 comments
Open

add pbar=None kwarg to load_raw_resource_description #500

FynnBe opened this issue Feb 15, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@FynnBe
Copy link
Member

FynnBe commented Feb 15, 2023

to disable or otherwise alter tqdm progress bar.

from tqdm import tqdm

load_raw_resource_descriptoin("chatty-frog", pbar=partial(tqdm, disable=True))

resolve_source already supports this.

@FynnBe FynnBe added the enhancement New feature or request label Feb 15, 2023
@FynnBe FynnBe changed the title add pbar=None karg to load_raw_resource_description add pbar=None kwarg to load_raw_resource_description Feb 15, 2023
@FynnBe FynnBe added this to the Release 0.5 milestone Jun 9, 2023
@FynnBe FynnBe removed this from the Release 0.5 milestone Mar 19, 2024
@FynnBe FynnBe added help wanted Extra attention is needed good first issue Good for newcomers labels Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant