Ask Your Question

Revision history [back]

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

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