1 | initial version |
Almost certainly this is due to the JQuery upgrade a few versions back. All you should have to do is do a "hard cache reset" in your browser; how to do this varies by browser and you should look this up. It is probably still using old versions of those javascript functions and will then update to the "correct" ones.
By the way, you can open Sage with other browsers automatically using the SAGE_BROWSER
environment variable, i.e.
$ SAGE_BROWSER='open -a Google\ Chrome' ./sage -n
Probably you did set a password the very first time you used Sage; you can get that back too using notebook(reset=True)
, if memory serves (this is probably elsewhere on ask.sagemath, too).
Finally, the latest Sage is 6.8, though perhaps there isn't a binary for yours?