The same problem. Seems that the cell with source code gets focus when
updating interact and as a consequence, the source is shown despite
the %hide flag.

Robert

On 10 lis, 21:41, kcrisman <[email protected]> wrote:
> I'm not sure if this is a bug.  Can others reproduce that @interact
> combined with %hide is ... difficult to achieve?  Especially once you
> update the interact.
>
> E.g.,
>
> %hide
> @interact
> def _(n=2):
>     f(x,y)=x^n
>     show(plot(f,(x,0,1)))
>
> seems to exhibit this behavior in 4.2 and 4.2.1.alpha0.
>
> Thanks,
> - 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to