I am doing some calculations from different notebooks. I need to export the results from all those notebooks in columns of the same file, like
a1 b1 c1
a2 b2 c2
a3 b3 c3
. . .
where a, b and c are the different notebooks.
|
|
What belisarius is trying to say in his comment is that variables in one notebook are normally accessible in another without problems. If you happen to have set your notebooks to have unique contexts like this
then you can obtain the qualified name for the variables in two ways:
(to be executed in the notebook where the variable is defined). You then use the full names in |
|||||||
|