On 6/6/07, Matthew Miller <[EMAIL PROTECTED]> wrote: > > Incidentally, the problem with large image cutoff is mostly caused > > because the current web server used by the SAGE notebook is Python's > > SimpleHTTPServer, which we will be completely replacing by > > something much more robust in the near future. > > O.K. that is good to know. The images I've been creating are large: > 2000x2000 > pixels.
That explains it. The notebook can only serve one request at a time, so it just stops after a certain number of seconds, i.e., big images can't be downloaded over a "slow" network (i.e., not localhost). We *will* fix this, now that the summer break is here, etc. > BTW, I am a high school computer/business teacher and I'm really > excited > by SAGE. I teach a intro. to and Java programming class, and since > SAGE > has the full power of Python available I'm working on ways to > incorporate it > into my classes. Very interesting. Please post more to the list with issues you have. 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-forum URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
