When I am using Python Widgets with the following code as described in the documentation https://test-widgets.readthedocs.io/en/latest/examples/Widget%20List.html:
import ipywidgets as widgets
widgets.Widget.widget_types.values()
Then the following error is thrown:
AttributeError: 'WidgetRegistry' object has no attribute 'values'