JupyterLab: How to save a figure from the notebook

前端 未结 2 1327
無奈伤痛
無奈伤痛 2021-02-06 23:42

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

相关标签:
2条回答
  • 2021-02-07 00:06

    Following the suggestion from @Matt, I opened an issue in GitHub and got the answer: the old menu is available by holding down Shift while doing a two-fingers click on a Mac, or doing a Shift + right-click on Linux/windows

    Source: https://github.com/jupyterlab/jupyterlab/issues/3043#event-1272299457

    0 讨论(0)
  • 2021-02-07 00:20

    Shift + Right click works well (as foglerit mentioned).

    Another alternative is to right on the output of a cell and select Create New View for Output. This will allow you to interact with all figures from an output as if they were just images.

    0 讨论(0)
提交回复
热议问题