Evaluate button is running forever for a simple code!?
Hi, I installed Sage in Arch linux, almost every package and tried it in browser and command line. When I operate a simple code in command line, I get the answer quickly. But when I try same code in browser it just runs and runs without any result. I tried several browser, didn't work in any of them. I need some help.
Sometimes, the evaluation of the first cell (even
1+1
) takes a lot of time because the kernel starts or something like this, but then, the the next ones are fast.The command line is for me the better way to run the code. Bigger files can be edited in a dedicated editor and then loaded from the command line. (There are some parsing problems sometimes.) Also, one can edit in the editor and use
%cpaste
to copy the code into the sage intrepreter from the console. Also possible: Use eclipse with full development comfort.