I have noticed that using the SageCell that is embedded on sagecell.sagemath.org does not produce this issue. So it might possibly be the way that I have embedded the cell in my html file. I followed the basic template for embedding a SageCell as described at https://sagecell.sagemath.org/static/about.html. Is there something I need to add in the construction of the embedded cell to make it become auto-live correctly?
On Monday, February 8, 2016 at 9:09:49 PM UTC-6, kcrisman wrote: > > > > > I have created html code for a website that has an embedded SageCell >> within it. The code plots a 3D image of two lines obtained from the RK4 >> solution of two differential equations. In SMC, using show(line1+line2) >> outputs a 3D image that can be rotated using the mouse. However, in the >> embedded SageCell, it outputs the 3D image but it is no longer movable. >> From my extensive google searching, I am guessing it is due to some issue >> with jmol in the SageCell. Is there a way around this to make the 3D image >> movable like it is in SMC? Changing the viewer to tachyon produces the same >> problem. >> >> > Hmm, that's interesting. Probably it just isn't becoming auto-live like > it's supposed to when embedded. E.g. try > http://sagecell.sagemath.org/?z=eJwrLshILUrV0AQADokC2Q==&lang=sage and > that should (after a slight pause) start being rotatable. What happens > when you click on the image you get in the Sage cell - does it become live > after a bit? > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
