1 | initial version |
Try:
sage: notebook(require_login=False)
at a Sage prompt, or:
$ sage --notebook require_login=False
from a terminal. This is behavior documented in the docstring:
sage: notebook?
See the third item under the "EXAMPLES" section.