I created a little worksheet called
http://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 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