sage-shell-mode icon indicating copy to clipboard operation
sage-shell-mode copied to clipboard

Emacs front end for SageMath

Results 40 sage-shell-mode issues
Sort by recently updated
recently updated
newest added

Can sage-shell-mode be used to augment org-mode's `org-latex-preview` command for displaying SageTeX results? I've tried configuring my local latex environment to support sagetex, and confirmed that emacs has the environment...

I have the inline display of LaTeX output working beautifully (this really is a lovely feature): ![fig1](https://user-images.githubusercontent.com/12098944/109970507-0cdf8280-7ced-11eb-9155-877d4afb1818.png) but I've run into trouble when trying the same thing when using the...

Hi, As written in the title, `sage-shell:restart-sage` is messing up my window configuration. Sometimes it's as simple as bringing up a code buffer, sometimes it completely moves my windows around......

Since the update to Sagemath 9.0, I am no longer able to use sage-shell-mode. After starting Sage in a buffer, when I send text via `C-c C-r`, it gives the...

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")`...

M-x sage-shell:run-sage opens the shell but with no sage: prompt. Yet sage commands run fine. then the sage: prompt shows up for some reason, and then it echos the same...

Seen after this morning's upgrade of my elpa packages, which installed sage-shell-mode-20191101.1756 : - when $SAGE_ROOT points to a Python 3-based Sage installation, sage-shell-mode displays the Sage banner, *and never...

Noticed in this [ask.sagemath question](https://ask.sagemath.org/question/48098/i-cant-show-special-characters/). I'm currently working in a Python 3-based Sage, where strings are systematically Unicode. This will soon become the default. In a terminal: ``` sage: S="à"...

I would like to use color in sage-shell-mode, for example using the ansi escape sequences. For example print('\x1b[6;30;42m' + 'Success!' + '\x1b[0m') should print "Success!" with a green background. Is...

I've started to integrate the sage stuff into spacemacs. If you are familiar I invite you to comment on my configuration, found in packages.el here: https://github.com/alejandroerickson/spacemacs/tree/myconfig/layers/%2Blang/sagemath

enhancement
question