On Mon, Dec 21, 2009 at 11:30 AM, rvaug...@gmail.com <rvaug...@gmail.com> wrote:
> OK.  Let me see if I understand this.
> I ssh into the machine running Sage.
> I execute "sage" and see this:
>
> sage:
>
> I then add the following after the "sage:" prompt:
>    notebook(address="192.NN.NN.NNN")
> where 192.NN.NN.NNN is the IP address of the machine of...
> the client machine from which I want to run sage remotely via a
> browser?
> or the 'server' machine on which the Sage instance is running?
>
> Thanks,
> -Richard Vaughn

To repeat what I wrote above:

The notebook only listens on localhost by default.  Use

    sage: notebook(address="", open_viewer=False)

to listen on any port...

William

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