When using Plotly in Jupyter (Either with Python or Julia) I appreciate the interactivity of Plotly.
It is a great experience compared to Matplotlib.
Yet I miss the ability to copy the image into clipboard in a click.
I'd like to have a button, just like the Download PNG button which instead of downloading the file will copy the bitmap into the clipboard.
It seems users are looking for such feature, though for now they try creating a bypass:
I found that R users are also interested in this feature: https://stackoverflow.com/questions/72323149.
Any chance to have this feature added built in?
When using Plotly in Jupyter (Either with Python or Julia) I appreciate the interactivity of Plotly.
It is a great experience compared to Matplotlib.
Yet I miss the ability to copy the image into clipboard in a click.
I'd like to have a button, just like the
Download PNGbutton which instead of downloading the file will copy the bitmap into the clipboard.It seems users are looking for such feature, though for now they try creating a bypass:
I found that
Rusers are also interested in this feature: https://stackoverflow.com/questions/72323149.Any chance to have this feature added built in?