-
Notifications
You must be signed in to change notification settings - Fork 949
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
JN 7 → tqdm_notebook(leave=False) → Error displaying widget: model not found #3812
Comments
@MichalRIcar -- thanks for opening the issue! It looks like this may have been addressed in tqdm v4.64.1: tqdm/tqdm#1364. We'd recommend upgrading and/or checking the version of tqdm; for now we are closing this issue. |
@mwcraig, thank you, my version of tqdm is 4.65.0, yet the issue is there.. |
+1 The problem needs to be solved |
+1 this is still an issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
This message appears only in Jupyter Notebook 7 (not in JN<7) and obviously comes from the fact that tqdm widget is discarded by param "leave=False".
The Jupyter Notebook 7 together with the very last versions of packages (all installed on 27.7.2023) and so far everything works smoothly, however, a minor bug is when using tqdm_notebook(leave=False) inside another widget then in JN is reported "Error displaying widget: model not found".
The code logic is as follows:
I have reported the issue to tqdm and JN teams too.
Best,
Michal
The text was updated successfully, but these errors were encountered: