Ask Your Question

Revision history [back]

Regarding port 8080, you could have a look on Virtualbox settings to see if the port 8080 of the host is binded to the port 8080 of the VM.

Also, you can let the notebook listen on the port 8000 by typing from the Sage shell:

sage; notebook(port=8000)

Regarding port 8080, you could have a look on Virtualbox settings to see if the port 8080 of the host is binded to the port 8080 of the VM.

Also, you can let the notebook listen on the port 8000 by typing from the Sage shell:

sage; sage: notebook(port=8000)