Skip to content

Replace tqdm.auto by tqdm #210

@rubencalje

Description

@rubencalje

When importing pastastore, I get the following warning:

TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
  from .autonotebook import tqdm as notebook_tqdm

This is because I have not installed jupyter in my environment. Therfore I am in favor of just importing tqdm from tqdm, and not from tqdm.auto. This will fix the warning I get at the start of every script.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions