-
Notifications
You must be signed in to change notification settings - Fork 48
ipywidgets 6.0.0 support #317
Comments
Can confirm when I try it I'm seeing a lot of |
Yep, exactly. |
Experiencing this as well. Has anyone found any workarounds for now? |
There's probably a good amount of work needed to get dashboard server up to snuff with the latest ipywidgets and the JupyterLab components used under the covers. I don't forsee myself, at least, having cycles to focus on the work any time soon. |
So what's the plan here? Is dashboards server going to be abandoned? How much work are we looking at? |
I opened #319 to document the status of all the dashboard work and start a discussion about what's next. As for the work required to bring the jupyterlab and ipywidget components up to date, it's hard to say off hand. In the past, it took quite a bit of effort to stay in sync with the API changes between jupyterlab releases and ipywidgets releases. Maybe the breaking changes have slowed down, but I don't expect so. JupyterLab is still an alpha-level project and the dashboard server is re-using those components in ways beyond the original design. Similarly, ipywidgets is changing to both support running in the classic and JupyterLab notebook server as well as to enable use on plain HTML pages. |
It appears the dashboards server doesn't support ipywidgets 6.0.0 due to backwards-incompatible changes.
The text was updated successfully, but these errors were encountered: