On Fri, Dec 18, 2009 at 9:35 PM, Christopher Olah <[email protected]> wrote: > I'm not sure I understand. Why can't you just use ${IP ADDRESS}:8000 ? > You'll probably need to port-forward, but that is easy enough...
The notebook only listens on localhost by default. Use sage: notebook(address="") to listen on any port... William > > On Fri, Dec 18, 2009 at 6:09 PM, Robert Bradshaw > <[email protected]> wrote: >> On Dec 18, 2009, at 2:53 PM, [email protected] wrote: >> >>> On a newly-installed instance of Sage, one of my users ssh's in and >>> runs "sage". >>> He gets this: >>> >>> sage: notebook() >>> which returned: >>> Open your web browser to http://localhost:8000 >>> >>> There must be some incantation for starting a sage server that can be >>> connected >>> to over the web remotely from outside the Sage server, right? >>> >>> Thoughts/suggestions/experience? >> >> Yes, it can be done. I don't remember the exact incantation, but Try >> typing >> >> sage: notebook? >> >> - Robert >> >> >> -- >> 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 >> > > > > -- > Christopher Olah > Email: [email protected] > > -- > 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 > -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org -- 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
