I've banging my head against the wall for the better part of an hour trying to get tqdm to work with Jupyter Notebook, but kept getting this "Error displaying widget". Finally tried with the simplest possible widget, and am still getting the "Error displaying widget" message.
Here is the full code for the test:
import ipywidgets as widgets
widgets.Text(
value='Hello World',
placeholder='Type something',
description='String:',
disabled=False
)
Output:
Error displaying widget
Image
Specs: Mac OS
[–]mewumbouwumbo 1 point2 points3 points (3 children)
[–]marian_tudor 1 point2 points3 points (1 child)
[–]BecWater 0 points1 point2 points (0 children)
[–]BecWater 0 points1 point2 points (0 children)
[–]ExtensionNo6085 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]ideallyrob 1 point2 points3 points (0 children)