bokeh / ipywidgets_bokeh

Allows embedding of Jupyter widgets in Bokeh applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipywidgets_bokeh does not understand how to include/ handle the LayerGroup ipywidgets child model from ipyleaflet

joel314 opened this issue · comments

Hi,

I am using Panel to display a map with LayerGroup, using ipyleaflet. The grouped layers are not rendered on the map.

This problem is described with great details on this link.

I am opening an issue on ipywidgets_bokeh because @philippjfr commented here that the issue was related to this project.

Thanks for your help.

Listening in. I am also interested in a solution to this.

This is a bug in ipyleaflet:

https://github.com/jupyter-widgets/ipyleaflet/blob/master/js/src/layers/LayerGroup.js#L11

The LayerGroup class does not inherit the attributes from the parent so ipywidgets_bokeh cannot resolve the module and version of the model.

Closing since this is not an ipywidgets_bokeh bug.