sagemath / sagetex

Embed code, results of computations, and plots from the Sage mathematics software suite (https://www.sagemath.org) into LaTeX documents. Source repository for https://pypi.org/project/sagetex/ and https://ctan.org/pkg/sagetex
https://ctan.org/pkg/sagetex
Other
58 stars 22 forks source link

using sage over ssh #41

Open 927589452 opened 5 years ago

927589452 commented 5 years ago

I wrote a small script to use a remote sage instance via ssh (currently a shell script, but could probably be move to python)

Would you be interested in adding it?

It can replace the remote_sage.py for some people and works around the API restrictions

kcrisman commented 5 years ago

Do you mean to use a remote Sage instance for purposes of SageTeX? You can always post it as a PR and we can take a look at how it fits in. I admit that this probably was never a very large use case for SageTeX.