From 820e26606839f0b768510b66176a9415102668aa Mon Sep 17 00:00:00 2001 From: Philipp Rohde Date: Wed, 5 Jul 2023 16:01:24 +0200 Subject: [PATCH] fix display issue in notebook for dynamic totals Fixes #1145 --- tqdm/notebook.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tqdm/notebook.py b/tqdm/notebook.py index d594b0f9c..b1d2bf7c2 100644 --- a/tqdm/notebook.py +++ b/tqdm/notebook.py @@ -159,6 +159,7 @@ def display(self, msg=None, pos=None, msg = self.format_meter(**d) ltext, pbar, rtext = self.container.children + pbar.max = self.total pbar.value = self.n if msg: