How to evaluate all cells in sequence with one click in cloud.sagemath?
I just looked at the question "How to evaluate all cells with one click in cloud.sagemath?" and the answer was to use "Select all". I tried doing that on one of my worksheets in SageMatchCloud and the response was that many of the cells gave error messages saying that something defined in an earlier cell was undefined. How do I ask the worksheet to run all cells sequentially?
It should evaluate the sequentially. Make a link to your file that doesn't work available (either here or by email a link to help@sagemath.com). I don't understand how the evaluation could possibly not be in order unless there is a major bug in the Codemirror editor. The code to get the cells to evaluate is here: https://github.com/sagemathinc/smc/bl... and the comment there "These will always be sorted, and never overlap (overlapping selections are merged)." is straight from the Codemirror docs.
I have had the same issue at times.