Search code examples
python-3.xjupyter-notebook

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


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).


Solution

  • It may not be possible in Jupyter Notebook v6, but it is possible in JupyterLab and in Notebook v7 using Shift + End.