sage-shell-mode
sage-shell-mode copied to clipboard
how to use dockerized sagemath
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?