1 | initial version |
I suppose this is described in Sect 6.3.1 of https://www.virtualbox.org/manual/UserManual.html
2 | No.2 Revision |
I suppose this is described in Sect 6.3.1 of https://www.virtualbox.org/manual/UserManual.html
Sage notebook runs a webserver that is to be accessed on port 8000 (and this happens inside VM, on "guest OS"). You need a setting that maps this port to a port X (X need not be equal to 8000) on the "host OS"; then you can access the Sage notebook from the "host OS" by pointing its web browser to http://localhost:X