On Thu, Oct 22, 2009 at 12:00 PM, Mariah Lenox <[email protected]> wrote:
>
> I have a sage script that generates some graphs
> and text.  When I load the script in a cell of a sage worksheet,
> I get everything I expect ... plus a message
>
> "WARNING: Output truncated"
>
> and a link for "full_output.txt".
>
> If I "save & quit" the worksheet, then
> restart the worksheet, now I do NOT
> see all the text associated with some
> of my later graphs.
>
> I am using sage-4.1.
>
> Is there a way to enlarge the size of
> my worksheet cell so that all my data
> is saved (and thus not truncated)?

There are two variables defined in

    devel/sage/sage/server/notebook/cell.py

MAX_OUTPUT = 32000
MAX_OUTPUT_LINES = 120

Right now you would *have* to manually edit those numbers (make them
much large, say), then rebuild Sage (with "sage -br").   Then you'll
get more output lines.

William

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

Reply via email to