ruomad

Results 8 comments of ruomad

Any news on final RC/release plans ? The target seems to have shifted somehow Thanks for your work !

To further document the issue, I see the same problem with ipywidgets 7.7.0, where it works with ipywidgets-7.6.5 (probably related to the backports in 7.7.0)

OK I have a minimal example of what 7.7.0 breaks in my app. I use grid. import ipywidgets as widgets grid = widgets.GridspecLayout(2, 2) w0 = widgets.Label('Test') w1 = widgets.Dropdown(options...

Hello and thanks for your answer. I use poetry with python 3.10 on windows 10. Native Python installer (not msys2). The output below is after downgrading : - from jupyter-client...

Hum, yes I think the traceback was similar. I'll re-upgrade and send a traceback

Well, I upgraded $ poetry update Updating dependencies Resolving dependencies... (283.6s) Writing lock file Package operations: 0 installs, 3 updates, 0 removals • Updating jupyter-client (7.2.2 -> 7.3.0) • Updating...

Any news on this topic (ipywidgets 8.0.0b1 support) ? I'm currently stuck with voila not displaying widgets, and ipywidgets-8 provides important new functionalities (resizing window, textcolor in buttons, etc... Would...

Yes I have the same problem. I tried to uncomment it, but ocspd segfaults (builds though). Not sure if there is an obvious way to fix this.