2018-01-20 09:36:41 +0100 | received badge | ● Great Question (source) |
2018-01-19 06:54:18 +0100 | received badge | ● Good Question (source) |
2018-01-16 15:29:14 +0100 | received badge | ● Nice Question (source) |
2016-04-17 12:58:59 +0100 | received badge | ● Student (source) |
2016-04-12 14:57:01 +0100 | received badge | ● Famous Question (source) |
2016-04-12 14:57:01 +0100 | received badge | ● Popular Question (source) |
2016-04-12 14:57:01 +0100 | received badge | ● Notable Question (source) |
2015-06-27 19:03:28 +0100 | asked a question | A non-web based GUI for SAGE Is their any GUI for SAGE which is not web-based and close to Mathematica in features? The current web-based GUI is good and its cross-platform capabilities and being able to serve ovver the network is all good. However, when someone coming from Mathematica background uses this UI, it feels inferior, mainly because it is not so keyboard friendly as Matheamatica. This is one major reason why many Mathematica users are still hesitant on moving to SAGE. Can someone let me know if there is some other non-web based UI for SAGE or if there is some work in progress in this direction? |
2015-04-23 06:38:12 +0100 | commented answer | how to run sage as a service Your grep might fail sometime, as it did for me. If some process are running which have sage in them, e.g. "message" then this fails. To avoid failure one could do a complex grep such as: The "cleaner" is added at the end to discount the "sage-cleaner" process which might be running even if the sage server is not running. |