JupyterLab: How to save a figure from the notebook

Viewed 22126

I'm trying the new JupyterLab and am having trouble saving figures. Using vanilla Jupyter notebooks, I can two-fingers click (using macOS, Safari or Chrome) and I get a browser menu that allows me to copy or save the figure.

In JupyterLab, this menu is replaced by notebook specific one with cell-related functions, as seen here:

enter image description here

Is there a way I can save a figure directly from the notebook in JupyterLab?

2 Answers
Related