Hello, I am trying to use sage cell server in my site where I am using Wordpress in the back-end. I pasted the following code in POST section and tried running it.
<script src="https://sagecell.sagemath.org/static/jquery.min.js"></script> <script src="https://sagecell.sagemath.org/embedded_sagecell.js"></script> <script>$(function(){sagecell.makeSagecell({inputLocation:'.sage'})});</script> <div class="sage"><script type="text/x-sage"> 1+2 </script></div> But when I compile it I am not able to get the cell server on my site. Could you please help as how I can integrate it here? Sincerely, Vijay Sharma *http://about.me/vijay.strings* -- 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. For more options, visit https://groups.google.com/groups/opt_out.
