Would it be possible to clarify what the expected behaviour of the Label widget is following closure of #1010 ? We have lots of notebooks, all with truncated labels following the upgrade to ipywidgets 6 and it isn't clear as to whether the pull request that enables was reverted or not based on the above. If it was reverted, which release would this be included with ?
I've used the latest jupyter/minimal-notebook docker stack, pip installed latest widgets, enabled the plugin and ran the following:
widgets.Label(
value="A reallly long piece of text",
)
I get the output
A reallly lo...
The HTML widget works fine so we could transition to that if required. A label with such few charachters seems a little bit pointless though IMO.
Would it be possible to clarify what the expected behaviour of the Label widget is following closure of #1010 ? We have lots of notebooks, all with truncated labels following the upgrade to ipywidgets 6 and it isn't clear as to whether the pull request that enables was reverted or not based on the above. If it was reverted, which release would this be included with ?
I've used the latest jupyter/minimal-notebook docker stack, pip installed latest widgets, enabled the plugin and ran the following:
I get the output
A reallly lo...The HTML widget works fine so we could transition to that if required. A label with such few charachters seems a little bit pointless though IMO.