Evaluate button is running forever for a simple code!?

asked 2017-05-29 02:08:20 +0200

sina gravatar image

updated 2018-10-08 00:42:21 +0200

tmonteil gravatar image

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.

edit retag flag offensive close merge delete

Comments

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.

Sébastien gravatar imageSébastien ( 2017-05-29 13:32:55 +0200 )edit

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.

dan_fulea gravatar imagedan_fulea ( 2017-05-30 01:02:06 +0200 )edit