Thanks,
Your first option works like a charm
cheers,
M
On Apr 28, 2014, at 9:07 AM, Alan Schmitt
wrote:
> On 2014-04-28 14:41, Marvin Doyley writes:
>
>> Dear All,
>>
>> Is there way to pass data between blocks in org-babel. For example lets say
>> have two blocks
>>
>>
>> #+begin_src py
On 2014-04-28 14:41, Marvin Doyley writes:
> Dear All,
>
> Is there way to pass data between blocks in org-babel. For example lets say
> have two blocks
>
>
> #+begin_src python
> from pylab import *
> # Simple carrier
> t=linspace(0,1,100);
> fc=100;
> Ac =1;
> C=Ac*cos(2*pi*t);
>
> #+end_src
>