I've been working with Jupyter Notebooks for quite a while. When working with visualisations, I like to copy the output image from a cell by right clicking the image and selecting "Copy Image" from the context menu:
I like working with the direct copy from the notebook, especially for answering questions on Stack Overflow, so I'd rather not store them to disk. That would be a real reason to revert to legacy notebooks for me.
However with the Notebook 7 migration coming, I gave the beta a try by running pip install notebook --pre --upgrade
and to my surprise I can't right click, copy the output image because the new Jupyter context menu pops up instead.
This really breaks my workflow. How can I copy an image from the output of a cell in notebook 7+?