It sounds like you basically want an IDE-like environment to talk to
SageMath. There is already an example of that: the Jupyter Notebook
protocol. It is a message-based communication protocol (with normally
text-based communication). It is a well-documented protocol that has been
implemented in
On Fri, 2021-09-03 at 02:25 -0700, Pol del Aguila Pla wrote:
> I've encountered a bug in minimize_constrained where it seems that the
> variable name has an effect on the result. My guess is that this happens
> somewhere along the translation from symbolic to numerical function.
> Attached is a