On Jun 20, 11:12 am, Chris Seberino <[email protected]> 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.
This documentation is changed (FINALLY) in 4.7.1.alpha2: Type "%auto" on a line by itself at the beginning of a cell to automatically evaluate the cell when the worksheet is first opened. But thanks for the reminder - this has been a nagging problem for quite some time. - kcrisman -- 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
