Group Abstract Group Abstract

Message Boards Message Boards

0
|
10K Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Evaluate a second notebook on second kernel

POSTED BY: Wayne Weaver
2 Replies

Thanks, this works as I needed.

POSTED BY: Wayne Weaver

I believe this should work for you from NotebookA:

SelectionMove[NotebookB, All, Notebook];
SelectionEvaluate[NotebookB]

KernelB should do the evaluations, and you should see the results in NotebookB, without KernelA picking up any definitions from KernelB

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