Well, with a very slight change to the Sage notebook it might be
possible.  With no change, I got the following (see attached).  I did
this with the following code, which I entered in "edit" mode.

<table><tr><td width=50%>

{{{id=1|
#...@interact
def f(n=(1..5)):
   print n*n
///
}}}

</td>
<td>

{{{id=3|
#...@interact
def g(n=(1..10)):
   print n*n
///
}}}

</td>
</tr>
</table>

William's solution to this is pretty cool. It would be neat to have the option for two columns of Sage cells throughout the worksheet. This would often be a better use of space.

Dana

--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

To unsubscribe, reply using "remove me" as the subject.

Reply via email to