question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to display Jupyter Widget of type HBox.

See original GitHub issue

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.

Failed to display Jupyter Widget of type HBox.
If you're reading this message in Jupyter Notebook or JupyterLab, it may mean that the widgets JavaScript is still loading. If this message persists, it likely means that the widgets JavaScript library is either not installed or not enabled. See the Jupyter Widgets Documentation for setup instructions.
If you're reading this message in another notebook frontend (for example, a static rendering on GitHub or NBViewer), it may mean that your frontend doesn't currently support widgets.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:2
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

15reactions
simon19891101commented, Nov 11, 2018

Similar things happened to me as well, only getting:

HBox(children=(IntProgress(value=0, description=u’Training’, max=3), HTML(value=u’‘))) HBox(children=(IntProgress(value=0, description=u’Epoch 0’, max=101556), HTML(value=u’')))

0reactions
yarikopticcommented, Apr 20, 2020

FWIW, seeing HBox’es on

4.45.0 3.7.6 | packaged by conda-forge | (default, Mar 23 2020, 23:03:20) 
[GCC 7.3.0] linux

while using our tqdm code in datalad (which used to work) and trying that example in tqdm document. no reports on anything “failed”

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to display Jupyter Widget of type HBox #451 - GitHub
Failed to display Jupyter Widget of type HBox. If you're reading this message in Jupyter Notebook or JupyterLab, it may mean that the ......
Read more >
Failed to display Jupyter Widget of typeHBox - Stack Overflow
If you're reading this message in the Jupyter Notebook or JupyterLab Notebook, it may mean that the widgets JavaScript is still loading. If...
Read more >
Failed to display Jupyter Widget of type HBox - Part 1 (2017)
Hello, I've just started the course and when i've ran the jupyter it says “Failed to display Jupyter Widget of type HBox.
Read more >
pythreejs — jupytalk 0.3.589.0
Failed to display Jupyter Widget of type Renderer . If you're reading this message in the Jupyter Notebook or JupyterLab Notebook, it may...
Read more >
Layout and Styling of Jupyter widgets - Read the Docs
This notebook presents how to layout and style Jupyter interactive widgets to build rich and reactive widget-based applications.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found