标签: bokeh holoviews
更新ColumnDataSource之后,我可以刷新散景图片,如下所示:
t = show(p, notebook_handle=True) ##### new notebook cell ##### src.data['foo'][0] = 'bar' push_notebook(handle=t)
但是,如何使用python刷新holoviews图片?