Skip to content

Commit ae72a21

Browse files
authored
Switch to tqdm.auto for better progress bars in Jupyter (#999)
1 parent 7a95282 commit ae72a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/felupe/mechanics/_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def evaluate(
223223

224224
if verbose:
225225
try:
226-
from tqdm import tqdm
226+
from tqdm.auto import tqdm
227227
except ModuleNotFoundError: # pragma: no cover
228228
verbose = 2 # pragma: no cover
229229

0 commit comments

Comments
 (0)