On Sunday, 29 October 2017 18:13:15 UTC-6, Jorge Manrique wrote: > > Hello everyone, > I want to build an expression programmatically and after cleaning it, I > want to send it for evaluation to sagecell. > Is it possible to do that? > > Any help would be appreciated, > Jorge >
You probably want this: https://github.com/sagemath/sagecell/blob/master/contrib/sagecell-client/sagecell-client.py A simpler example used for health checks: https://github.com/sagemath/sagecell/blob/master/contrib/sagecell-client/sagecell-service.py -- 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/d974f165-9904-4eb9-9b07-186be8bd7866%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
