Basically I want to make a plot from a cell, “save” the plot, tweak some code within the cell, remake the plot, and compare the two versions, all from within Jupyterlab. Is this possible? Or perhaps with an extension?
“Create New View From Output” is almost exactly what I want, except that the new view always updates to the most recent output of that cell. I really just want a snapshot of the output. Otherwise the behavior where the output becomes a new tab which I can place wherever I want is perfect.
Any suggestions? Thanks.