Saving to clipboard with Panel/Holoviz

I am working on a data visualization interface, and I am trying to save holoviews graphs to the device clipboard. I know of some ways to do this using external packages, but I was wondering if there was a way to do this with panel or holoviz? I’m able to easily create images and html files with hvplot.save() and holoviews renderer.save() functions, but I haven’t found anything similar for saving to the clipboard.

Is there a way to do this through Bokeh/Holoviz/Panel?

1 Like

Something with JSComponent + bokeh save tool potentially.