I am using sage-5.12-linux-64bit-ubuntu_12.04.3_lts-x86_64-Linux in Ubuntu 12.04 LTS installed in a desktop. I want to run sagemath server in the desktop and to access the notebook server from my laptop. I have found this link. I tried
sage: notebook(interface='', server_pool=['sage1@localhost'],
....: ulimit='-v 500000', accounts=True)
It lets me log on to the Sage notebook server remotely by desktopLANaddress:8080/ instead of localhost:8080/home/admin/ but output of any program is not displayed in my browser (latest Firefox). How can I solve this?