How to copy multiple input cells in Jupyter Notebook

前端 未结 5 1458
别跟我提以往
别跟我提以往 2021-02-05 05:12

Basically I want to copy (Ctrl+C) only the code portions from multiple cells without also copying the output or the In[1]: and Out[1]:

What is

5条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-05 06:01

    For jupyterlab after Shift + UpArrow or Shift + select with mouse on multiple cells. Right click on cells for copy(C) and paste(P).

提交回复
热议问题