On Wed, Dec 3, 2008 at 12:52 PM, kcrisman <[EMAIL PROTECTED]> wrote:
>
>
>
>> Weirdly, I cannot now reproduce the disappearing slider issue, even
>> though it was consistent a few days ago with 3.1.4+. If it crops up
>> again I will report back.
>>
>
> Okay, I can replicate this again - with a different error message.
>
> If my init.sage contains implicit_multiplication(True), then with an
> interact in the first cell I get an error message about EMBEDDED_MODE
Try changing that line in init.sage to the following:
if not sage.plot.plot.EMBEDDED_MODE:
implicit_multiplication(True)
William
--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---