How can I log in to my sage v 7.2 notebook?
I remember my password but apparently forgot my username, so when I try to log in from the browser I get Error: Username is not in the system
Someone said try: login admin, password sage but that gives Error: Wrong password
Someone said from the terminal prompt (I am on a Mac) do
notebook(reset=True)
that gives
-bash: syntax error near unexpected token reset=True'
Someone said do
notebook(interface='',secure=True)
that gives
-bash: syntax error near unexpected token
interface='',secure=True'
This seems totally insane since my copy of SAGE is for my personal use only, so there should logically be no need for a login, and all I did was force-quit SAGE to restart the computer and create disk space, and now I am locked out of my own worksheets.
HELP, PLEASE!!!!