You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
after saving and reopening the notebook I get this message:
A Jupyter widget could not be displayed because the widget state could not be found. This could happen if the kernel storing the widget is no longer available, or if the widget state was not saved in the notebook. You may be able to create the widget by running the appropriate cells.
which is logically correct because I opted for not leaving the widget visible.
But the message should not be there too. Is this a tqdm issue or a jupyter one?
jupyer: 5.2.2
tqdm: 4.19.4
The text was updated successfully, but these errors were encountered:
Running tqdm_notebook as
after saving and reopening the notebook I get this message:
A Jupyter widget could not be displayed because the widget state could not be found. This could happen if the kernel storing the widget is no longer available, or if the widget state was not saved in the notebook. You may be able to create the widget by running the appropriate cells.
which is logically correct because I opted for not leaving the widget visible.
But the message should not be there too. Is this a tqdm issue or a jupyter one?
jupyer: 5.2.2
tqdm: 4.19.4
The text was updated successfully, but these errors were encountered: