Resizeable graphs in jupyterlab

%matplotlib widget in jupyterlab (via ipympl module) provides a resizeable graph which is very useful to explore data. Is it possible to use this widget with holoviews ?

Or alternatively, is it possible to make bokeh graph resizeable with the mouse ?

Hi @ghislainp !

I think that it’s not possible to manually resize bokeh plots generated with holoviews as you can do with ipympl. Sounds like a good feature request to me though!

There a lots of options though to set the size and responsiveness of a bokeh plot: Plotting with Bokeh — HoloViews 1.14.5 documentation