Hi all,
I have never used Sage seriously and I have a newbie question. I would like to use Sage Server as a math processor and read query results (i.e. raw data) though a kind of rest api. In this way, I could integrate my Javascript application with complex math. I had a quick look at Sage Notebook and I saw that it uses json to interact with the server. However, it seems (but I might be wrong) that this json is tightly coupled with the Notebook interface. I was wondering:
- If the Notebook api is documented anywhere.
- If there are pure Javascript decoupled gui which use Sage.
Thanks a lot, Marco