On Feb 9, 6:24 pm, Jason Grout <jason-s...@creativetrax.com> wrote: > On 2/9/12 2:06 PM, Jason Grout wrote: > > > We just finished a pretty big upgrade of our experimental beta > > aleph.sagemath.org sage cell server. Now it is running Sage 5.0beta3 > > with the new jmol 12.x from the new notebook. If anyone sees any > > problems with aleph, please let us know. > > We put in some backwards-compatible shims so that existing code works, > but we highly encourage several changes for people that are embedding > aleph into their webpages: > > 1. The script tags to add are now: > > <script type="text/javascript" > src="http://aleph.sagemath.org/static/jquery.min.js"></script> > <script type="text/javascript" > src="http://aleph.sagemath.org/embedded_sagecell.js"></script> > > (notice that jquery doesn't have a version number anymore, and > 'singlecell' was replaced with 'sagecell') > > 2. The singlecell.makeSinglecell function becomes sagecell.makeSagecell > > 3. The singlecell.init function becomes sagecell.init
Do things also change to inputLocation: "#sagecell-test", then? -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org