0

我正在尝试将 Keplergl 地图与 Jupyter 小部件连接起来,但在 Kepler 地图中找不到显示/绘图/显示功能。

它通常通过在单元格的最后一行写入地图对象来显示,这在我的用例中无法完成。

button = widgets.Button(description="click me!")
display(button)

def on_clicked(b):
    somemap = KeplerGl(height=700)
    ## display the map 

button.on_click(on_clicked)
4

0 回答 0