You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using panel and ipywidgets together, and whenever I do something related to ipywidgets from a callback function triggered by a panel widget, I've got this error : Wrong widget protocol version: received protocol version '', but was expecting major version '2' in the browser console
Hi,
I'm using
panel
andipywidgets
together, and whenever I do something related to ipywidgets from a callback function triggered by a panel widget, I've got this error :Wrong widget protocol version: received protocol version '', but was expecting major version '2'
in the browser consoleExpected behavior : No error
Simple program to reproduce :
The error triggers only if I click the button, so it's not
ipywidgets.Box([])
that's the cause of the errorI'm posting this here because it's thrown by
ipywidgets_bokeh
PS : if I do not display any ipywidgets widget or if I don't do anything ipywidgets related in the callback, the error isn't thrown
The text was updated successfully, but these errors were encountered: