|
[Date Index]
[Thread Index]
[Author Index]
Two Notebooks / Two Kernels Question
- To: mathgroup at smc.vnet.net
- Subject: [mg92361] Two Notebooks / Two Kernels Question
- From: Fabian <fabian.uriarte at gmail.com>
- Date: Mon, 29 Sep 2008 07:06:34 -0400 (EDT)
Group-
Is there a way to start execution of 2 notebooks running on separate 2
kernels at the same time ?
notebook1/kernel1:
x1 = 1+1;
notebook2/kernel2:
x2=2+2;
How can a command be ran, say from kernel1, to evaluate x1 and x2
simultaneously without having to click over to notebook2/kernel2 and
evalaute x2.
Thank you.
Prev by Date:
Display Math Formula
Next by Date:
Re: ClearAll error message
Previous by thread:
Re: Display Math Formula
Next by thread:
Re: ClearAll error message
|