On 4/19/13 12:07 PM, Juan Grados wrote:
Thanks by your reply, I trying, but yet not work.$(function () { // Make the div with id 'mycell' a Sage cell sagecell.makeSagecell({inputLocation: 'div.compute', linked: true, evalButtonText: 'Evaluate'}); }); </script> <div class="compute"> <script type="text/x-sage"> def Hola(): print "Hola" </script> </div> <div class="compute"> <script type="text/x-sage"> Hola() </script> </div>
Can you post a complete webpage somewhere with the code you are using? Thanks, Jason -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
