On Dec 25, 2007 9:39 AM, Robert Miller <[EMAIL PROTECTED]> wrote: > > Running in a notebook, in a fresh version of 2.9.1, I can't display the > sphere. > > {{{ > from sage.plot.plot3d.all import Sphere > Sphere(1).show() > }}} > > """ > The page at https://localhost:8000 says: > > Reference Error: jmol SetDocument is not defined > """ > > Looking in plot/plot3d/all.py, the third line was commented out before > release, but uncommenting it does not change anything. Any ideas about > this?
I bet there was a patch against extcode that we forgot to include. Good thing this functionality isn't exported by default yet! To test my above guess, I just tried it from the command line (same input as above), and see if jmol pops up -- nothing happens :-(. Anyway I'll look into this if I have time later today... (By the way, jmol works much better under http than https right now.) By the way, would anybody be interesting in improving "sage via http", to make it so at least the login/password isn't sent in the clear? This might be easy to using a simple RSA implementation -- it would just require arbitrary precision (probably 4096-bit) modular exponentiation in javascript. This would be better than nothing, probably. -- William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---