In Jupyter Notebook I can toggle line numbers by pressing Shift
+L
in command mode. However this displays line numbers that start from 1 within each cell.
Is there a way to instead display global line numbers, that is, that count from 1 at the start of the first cell of the notebook to N at the bottom of the last cell?