Message Boards Message Boards

0
|
58 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Cell evaluation stops after NotebookEvaluate[]

Posted 1 day ago

Possible bug or undocumented behavior in Math 11.3 ?

Let assume we have a notebook with multiple cells with NoteBookEvaluate:

Var1 = 1;
Var2 = 2;

NotebookEvaluate[DerivedNotebook]; 

Print["OK"]  

Plot[SomeResults]; 

Export["Out.xls",OutTable];

If you select whole set of cells and command to evaluate them (with [Shift+Enter] or menu command), all cells below NotebookEvaluate[] will remain unevaluated.

POSTED BY: Maksym Snegirev
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract