Re: [sage-devel] sage cells on Sage wiki work

2012-04-06 Thread David Joyner
On Fri, Apr 6, 2012 at 6:41 PM, Jason Grout wrote: > You can now put live sage code on the wiki.  Just enclose the code like > thus: > > {{{#!sagecell > > print 1+1 > > }}} > > and a sage cell will be embedded into the wiki.  For example, see the > interact on this page: > > http://wiki.sagemath.o

[sage-devel] sage cells on Sage wiki work

2012-04-06 Thread Jason Grout
You can now put live sage code on the wiki. Just enclose the code like thus: {{{#!sagecell print 1+1 }}} and a sage cell will be embedded into the wiki. For example, see the interact on this page: http://wiki.sagemath.org/interact Thanks, Jason -- To post to this group, send an email

[sage-devel] sage cells on sage wiki

2012-04-02 Thread Jason Grout
What would it take to add the ability to put sage cells on the sage wiki? I'm thinking of something like: {{{#!sagecell SOME_SAGE_CODE }}} and an embedded Sage cell is add at that point in the rendered page. In other words, that is transformed to: SOME_SAGE_CODE $(function () { sagece