Great. I'm having to look harder for problems so that's good. Check out the spacing issue on the label rho(x,y,z) for
@interact(layout=dict(top=[['rho','a1']])) def _( a1 = input_box(2,label='$a_1$'), rho=input_box(x,label='$\\rho(x,y,z)$',width=8)): print "hello" JT On Jul 30, 4:09 pm, Jason Grout <jason-s...@creativetrax.com> wrote: > On 7/30/11 7:57 AM, John Travis wrote: > > > A real minor problem I found was with labels in interact. No latex > > for such as > > > def _( x0 = input_box(0,width=5,label='$x_0$'), blah > > This is fixed now; if you have time, please test it. > > Thanks, > > Jason -- 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