Home > Net >  is there a way to select all cells below in Jupyter notebook
is there a way to select all cells below in Jupyter notebook

Time:10-17

Is there a way to select ALL the cells below the cursor (or above) in Jupyter Notebook with one command (not doing it one-by-one).

CodePudding user response:

It may not be possible in Jupyter Notebook, but it is possible in JupyterLab using Shift End, so by extension you can use it in RetroLab which is a Jupyter Notebook layout recreation using JupyterLab components.

  • Related