-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels