Jmol in Notebook
Hi!
I am trying to use the following commands in the notebook:
sage: x, y, z = var('x, y, z')
sage: plot3d(x^2 + y^2, (x,-2,2), (y,-2,2))
but Jmol terminates and just returns a black picture. These commands work fine in the command line. I tried this both on my laptop and on the notebook server at sage.lacim.uqam.ca. Is there some configuration necessary to display jmol pictures in the notebook?
Thanks,
Anne
This is almost certainly to do with your specific configuration. We have had these kinds of issues on a recurring basis. I would suggest searching sage-support (though it's hard to do sometimes) for this. Sometimes it's a Linux thing, sometimes you need to update your Java, and sometimes it's a bug. What version do you have? We did fix some of these things in patches that should be in 4.7.
If you are using Mac OS X + Chrome there is a good thread on sage-support, although that problem was fixed (at least in 4.7.1). You may need to enable your browser to load java applets. Try going to http://jmol.sourceforge.net/demo/alphahelix/ and see if the jmol applet loads.
Thank you for your answers. I am running sage-4.7.1 under Mac OS. The jmol applet loads fine for me when I go to http://jmol.sourceforge.net/demo/alphahelix/ . I am not sure which operating system http://sage.lacim.uqam.ca uses, but the sage version there is sage-4.7. You can get a free account and see whether the problem also occurs for you there.
Thank you for your answers. I am running sage-4.7.1 under Mac OS. The jmol applet loads fine for me when I go to http://jmol.sourceforge.net/demo/alphahelix/ . I am not sure which operating system http://sage.lacim.uqam.ca uses, but the sage version there is sage-4.7. You can get a free account and see whether the problem also occurs for you there.
PS: I am using Firefox.