Open
Description
Hi,
The documentation is missing a lot of important infos.
For example, the "Style" section https://ipywidgets.readthedocs.io/en/8.0.2/examples/Widget%20Styling.html
I could not find what are the values required for each attribute of style (example : what should we enter for description_width?
I could find that style = {'description_width': 'initial'} could be used for example but it was in the section layout.
It would really helpful for beginners to have access to the API because otherwise you mostly have to search on stack overflow for answers.
Is there an API somewhere?
Thanks a lot for your help.