First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

8000 or 8080 are arbitrary default choices. This default choice changed when the notebook became flask-based. You can specify the port you want as follows:

from Sage command line:

notebook(port=8888)

or from a shell:

sage -notebook port=8888
click to hide/show revision 2
No.2 Revision

8000 or 8080 are arbitrary default choices. This default choice changed when the notebook became flask-based. flask-based (see this ticket). You can specify the port you want as follows:

from Sage command line:

notebook(port=8888)

or from a shell:

sage -notebook port=8888