Ask Your Question

kjapolson's profile - activity

2016-02-04 21:45:20 +0200 asked a question Using Sage on a Local Server

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.

2016-02-04 21:45:20 +0200 asked a question Implementing Sage into html

I am working creating a website that would be able to solve a set of differential equations given as input from a user, along with initial conditions, and I have been searching the dregs of the internet for information on how to do that sort of thing and have not gotten very far. Is there a way I can make use of Sage's differential equation solving capabilities in an html format?