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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
