Ask Your Question

bloft's profile - activity

2014-12-11 11:25:20 +0200 received badge  Nice Answer (source)
2013-03-19 21:29:51 +0200 received badge  Teacher (source)
2013-03-19 21:29:51 +0200 received badge  Necromancer (source)
2013-03-19 20:39:51 +0200 answered a question disable sage notebook password

After resetting the password, i tried

sage: notebook(require_login=False)

and received an error.

It was then suggested that I try

sage: notebook(automatic_login=True)

in order to automatically login as admin.