3
$\begingroup$

I have done a time-consuming run and calculation. After many hours ( about 7 hours!), the black color which shows that the cell is evaluating, turn into gray and a strange text appears like this :

(Dialog) Input[157]:= (* my code in the cell *) 

Does anyone know what it is and why this is happening ?!

$\endgroup$
3
  • $\begingroup$ @Kuba : Could you please elaborate it more ?! $\endgroup$ Commented Apr 23, 2014 at 19:34
  • 6
    $\begingroup$ This means that you have interrupted the calculation. Most likely you did not do this through using the Dialog function but by using the Evaluation -> Interrupt Evaluation item or accidentally pressing the corresponding shortcut key. You can resume by evaluating Return[]. $\endgroup$ Commented Apr 23, 2014 at 19:55
  • $\begingroup$ @ Szabolcs : As you said, I haven't used Dialog function and it the notebook was evaluated by Evaluating function. You mean that there is no error in my code and it was just a coincidence ?! Because it's a long code with a huge load of lists of number! $\endgroup$ Commented Apr 24, 2014 at 6:32

1 Answer 1

2
$\begingroup$

As stated in comments:

This means that you have interrupted the calculation. Most likely you did not do this through using the Dialog function but by using the Evaluation -> Interrupt Evaluation item or accidentally pressing the corresponding shortcut key. You can resume by evaluating Return[].

$\endgroup$
1
  • 1
    $\begingroup$ This is a clarification to those who came to Mathematica since version 10: in v10 the Interrupt Evaluation menu item was removed, though the shortcut key (Option-Command-. on Mac) still works. $\endgroup$ Commented Apr 10, 2015 at 16:55

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.