[sage-edu] Obtaining 3D plot data files (Jmol files)

2009-12-01 Thread Paul Pearson
Hi, Is there an easy way to get the plot data file (the file that is displayed by Jmol) from SAGE (preferably from the free online SAGE notebook)? I have figured out how to do get the plot data file (by looking at the source code to get the appropriate URL for the compressed plot data file), but

[sage-edu] Re: Obtaining 3D plot data files (Jmol files)

2009-12-05 Thread Paul Pearson
ire the user to "trust" the applet, so > that it can write to their disk. > > Let me know what you think, so that I can try to incorporate your > wishes in the new interface. > > Jonathan > On Dec 1, 1:00 pm, Paul Pearson wrote: > > > Hi, > > > Is the

[sage-edu] Re: Obtaining 3D plot data files (Jmol files)

2009-12-08 Thread Paul Pearson
ate > a "state" script, which would point to all the necessary data on the > server (assuming it is the same one, otherwise you have to use the > signed applet).  That script is all that would have to be moved into > the homework.  The other issue is getting Jmol to behave with

[sage-edu] Re: Obtaining 3D plot data files (Jmol files)

2010-01-05 Thread Paul Pearson
e a new .jmolfile with the set > defaultdirectory command set to point to inside the .zip file where > ever you put it. > > In theory you could also useJmol.js and the scriptWait() call to do > the set defaultdirectory from javascript as well. > > Hope this gives you some ideas