-
Notifications
You must be signed in to change notification settings - Fork 41
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
Failed to display Jupyter Widget of type HBox. #18
Comments
Definitely never seen that before. Can you give some details on your system (python, browser, etc.)? When are you getting the error? Maybe a screenshot could help. I'd be curious if you see that in other browsers. |
Same experience in chrome and safari. Python 3.6 Here's
|
Same thing happening to me with pure Python 3.6.2 |
Having the same issue here. |
Similar things happened to me as well, only getting: HBox(children=(IntProgress(value=0, description=u'Training', max=3), HTML(value=u''))) |
The problem appears already in |
+1 same issue, in JupyterLab |
any progress? |
Have you checked tqdm/tqdm#451 ? At least for me there were some helping things |
FWIW, seeing HBox'es on
while using our tqdm code in datalad (which used to work) and trying that example in tqdm document. |
Using the TQDMNotebookCallback doesn't seem to work, I have updated jupyter, notebook, and ipywidgets as well as rerunning
jupyter nbextension enable --py widgetsnbextension
but when using the callback in the fit function I get the following message.The text was updated successfully, but these errors were encountered: