First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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)
click to hide/show revision 2
No.2 Revision

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)