[sage-devel] Re: View images from sage over ssh

2009-10-30 Thread Tom Boothby
X-forwarding works great if you have a unix. If you've got Windows, maybe cygwin is the easiest? But... I'd take a different approach altogether: use the notebook. notebook(address='sage.math.washington.edu', accounts=True, secure=True, port=) where is an integer 1000 On Fri, Oct

[sage-devel] Re: View images from sage over ssh

2009-10-30 Thread Jason Grout
M. Yurko wrote: Hi all, I'm looking at a patch right now that changes graph layout and I have applied it to my install on sage.math. Is there anyway to see the image that is created when viewing a graph over ssh? One way to do it is save the image to a file, then use your web browser to

[sage-devel] Re: View images from sage over ssh

2009-10-30 Thread M. Yurko
Thanks for the tips. X forwarding worked for me. On Oct 30, 1:53 pm, Tom Boothby tomas.boot...@gmail.com wrote: X-forwarding works great if you have a unix.  If you've got Windows, maybe cygwin is the easiest? But... I'd take a different approach altogether: use the notebook.

[sage-devel] Re: View images from sage over ssh

2009-10-30 Thread Dr. David Kirkby
Tom Boothby wrote: X-forwarding works great if you have a unix. If you've got Windows, maybe cygwin is the easiest? But... I'd take a different approach altogether: use the notebook. notebook(address='sage.math.washington.edu', accounts=True, secure=True, port=) where is an