Ask Your Question

JamesSage's profile - activity

2023-11-17 17:51:01 +0200 received badge  Famous Question (source)
2016-06-20 15:39:12 +0200 received badge  Notable Question (source)
2014-12-11 16:17:51 +0200 received badge  Student (source)
2014-04-16 06:19:18 +0200 received badge  Notable Question (source)
2013-10-05 21:15:27 +0200 received badge  Popular Question (source)
2013-06-25 05:09:26 +0200 received badge  Popular Question (source)
2012-08-01 12:29:21 +0200 marked best answer no method available for opening http localhost 8000

This means that, inside your virtual machine, Sage doesn't find a way to open the notebook. Probably because there is no web browser. Are you building your own VM? The virtual machine image downloadable on the sage web site should work.

You either install a web browser inside the VM or punch port 8000 through to the host and use the host web browser.

2012-08-01 12:29:15 +0200 commented answer no method available for opening http localhost 8000

Thanks for your answer! Both ways work well.

2012-07-20 22:50:08 +0200 commented question no method available for opening http localhost 8000

I am running on Windows 7 and using virtualbox as vm. I never used linux before. So any help would be great.

2012-07-19 22:07:35 +0200 received badge  Scholar (source)
2012-07-19 22:07:35 +0200 marked best answer how to delete files in virtualbox?

Start the virtual machine and get to the command shell by pressing Ctrl-F1 like described here: Sage Appliance Online Docs

Log into the virtual machine as user gui. The user account running the web browser is called gui with password sage.

sagevm login: gui
Password: sage

This login should bring you in the /home/gui directory. You can list the contents of that directory with the command (short for list)

ls

remove (rm) files with the command

rm filename

Probably you can delete files also from the gui interface of the vm, but the commandline version should work in any case.

2012-07-19 20:28:42 +0200 received badge  Supporter (source)
2012-07-19 20:28:36 +0200 commented answer how to delete files in virtualbox?

It works!!! Thank you so much!!!

2012-07-18 15:44:50 +0200 asked a question no method available for opening http localhost 8000

Hi there, I was trying to open the notebook interface from the Sage Shell command line. But after I typed in 'notebook()', a message pops up like ... no method available for opening 'http://localhost:8000'. Can anyone tell me what that means and how to fix it? Thanks a lot!

2012-07-18 15:35:48 +0200 asked a question how to delete files in virtualbox?

Hi there, I am wondering if there is any easy way to delete files in virtualbox? Like the "delete" option when you right click in Windows. The files I'd like to delete is located at /home/gui/downloads. I can only view them through the sage notebook but have no idea how to delete them. I am using sage5.0 on Windows 7, and the virtual machine is virtualbox. I am completely new to sage and linux system. Any help will be highly appreciated.