First time here? Check out the FAQ!
answered 2023-04-12 23:27:56 +0100
You can do %hist -n to get a numbered list.
%hist -n
sage: 4+5 9 sage: %hist 4+5 %hist sage: %hist -n 1: 4+5 2: %hist 3: %hist -n