On 05/10/2011 05:26 PM, Jakob Lombacher wrote:
Hi,

I've got a ugly matrix, that elements consists of huge symbolic
expressions.
When I try to print it via "view(H)" I get the message WARNING: Output
truncated! .... full_output.txt

By clicking on full_output.txt I get some text file, looking like html
but it doesn't seem complete and the browser doesn't render it.

How can I have a look at this Matrix with nice typesetting?

Something like this

html(r'<div class="notruncate">')
view(H)
html(r'</div>')

should also work.

--
Wilfried

--
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