Oops.. Sorry. This was meant for support. On Jun 20, 10:11 am, Chris Seberino <cseber...@gmail.com> wrote: > I created a little worksheet > calledhttp://phil4.com/public/sage/Scientific_Notation.sws > to illustrate the problem. > > The single cell with code has this... > > %hide > %auto > @interact > def _(exponent=(-6..6)): > html('The Number: $%f$'%(5 * 10**exponent)) > html('In Scientific Notation: $5 \cdot 10^{%d}$'%exponent) > > When I upload the worksheet, the interact widget is not running. I > need to manually unhide the code to get an evaluate link I can click > on.
-- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org