On Sat, May 30, 2009 at 11:39 AM, mark mcclure <mcmcc...@unca.edu> wrote:
>
> On May 30, 1:42 pm, Mike Hansen <mhan...@gmail.com> wrote:
>> On Sat, May 30, 2009 at 10:28 AM, mark mcclure <mcmcc...@unca.edu> wrote:
>> > On my Mac, Firefox opens up automatically.  How do you access the
>> > notebook on Windows, though?  I haven't figured out how to do so,
>> > presumably since the browser is a native Windows application, while
>> > Sage is running in the VM.
>>
>> From Windows, the VM is just a web server likehttp://www.sagenb.org.
>> The native browser talks with the virtual machine over HTTP.
>
> I'm saying that I tried this without success.  That is, when I open
> the web browser to http://localhost:8000, I receive a server not
> found error.

Are you using sage-vmware-x.y.z.zip?  If so, just type "notebook" at
the login prompt and go to the URL it displays using your native
Windows browser.

If you're using your own custom linux install, type

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

then point your web browser in Windows to the IP address of your Linux install.
You could find the IP address of your linux install by doing

   sage: !/sbin/ifconfig

and looking at the ip address listed probably for eth0.

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to