so far i found this: https://github.com/sagemath/sagecell/blob/master/contrib/sagecell-client/sagecell-client.py I dont fully understand it yet, but it seems this is the way to go.
On Tuesday, November 12, 2019 at 2:11:31 PM UTC+1, Jens wrote: > > Hello everyone, > > i currently work on a little project of mine and am a little confused. > > What i want to do is a flask/python app that takes in a formula from a > POST-Request, converts it into sage code, and sends it to sagecell/sage for > evaluation, which should return the result of the computation. > > So basically my problem is that i want to parse the generated sage-code > directly into the script, without inputing the formulas into the form on a > webpage. > > Thanks in advance. > > > > -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/3f0e08b5-bc3f-4846-b0ad-72136d39b5a1%40googlegroups.com.
