Ask Your Question

haraldschilly's profile - activity

2015-11-21 18:20:56 +0200 received badge  Teacher (source)
2015-11-20 14:17:02 +0200 answered a question Delete projects in SageMathCloud finally

That's currently not implemented. Please email help@sagemath.com for further support including such permanent delete requests.

2015-11-20 14:16:59 +0200 answered a question How to evaluate all cells in sequence with one click in cloud.sagemath?

To select all, place your cursor into any input cell and then press CTRL+a ... this selects all cells from top to bottom. Then click on the green Run button.

Still, my guess is, your worksheet has some missing definitions?

2015-11-04 17:35:28 +0200 answered a question How to push from the cloud to github?

what does git remote -v say? are you using the https:// instead of the git:// URL?

2015-10-29 16:15:22 +0200 answered a question runs in Octave (tested) but not SageMathCloud (errors)

your "default mode" setup needs to be in a separate cell. that's a bit of a bug, but on the other hand kind of self-referential and therefore doesn't work.

despite that, it somehow fails to evaluate which is probably an issue with how octave is embedded. I suggest you to open up a terminal and run octave directly. there it works fine.