Using Sage on a Local Server

asked 2016-02-04 20:37:52 +0200

I have code that I have written in Sage that I would like to use within a web application on a local server. I have tried accomplishing this with Sage server in VirtualBox (both versions 6.10 and 7.0) with no luck. Is there a way that I can create a website on a local server that uses Sage only for the execution of the Sage code in such a way that the website is open to anyone without needing them to create an account or log in? I am only making use of @interact, RK4 calculations, and graphing using Sage.

edit retag flag offensive close merge delete

Comments

Your question is not at all clear. The @interact is a feature of the Sage notebook (which is also partially supported in the IPython notebook). If you intend to make this available out of the notebook it means that you need to reimplement verything. On the other hand, did you have a look at Sage cell?

vdelecroix gravatar imagevdelecroix ( 2016-02-04 21:48:51 +0200 )edit