How do I turn on and off line numbers?
I get the sage prompt, but it has no line number.
Example:
sage: 4+5
9
sage:%hist
4+5
%hist
I though the lines would be numbered so I can reference earlier lines.
add a comment