sagemath / sage-shell-mode

Emacs front end for SageMath
GNU General Public License v3.0
98 stars 16 forks source link

how to use dockerized sagemath #55

Open pmeckoni opened 3 years ago

pmeckoni commented 3 years ago

Is it possible to use dockerized sagemath with sage-shell-mode?

I understand we can set sage-shell:sage-executable to the sage executable file. So can we use

(setq sage-shell:sage-executable "docker run -it sagemath/sagemath:latest")

and expect sage-shell-mode to run in emacs as it is supposed to?