In my .ipythonrc file, I have set

prompt_out '  '

But this only affects the first line of output when I use Sage in a
console:

sage: random_matrix(Integers(7),3,3)
  [6 1 2]
[6 2 2]
[4 5 1]

The same thing happens if I set

prompts_pad_left 1

How can I have every output line indented?

Thanks,
Alasdair

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to