Closed jnboehm closed 2 years ago
Can you check if the latest commit fixes it for you?
It works not with matplotlib, thanks a lot!
But the example with sympy
still only returns the math code unrendered. (Although I have to admit that this is not a high priority for me as I don't really use that package myself.)
Ah, yes — see the lines below concerning LaTeX rendering:
Probably nothing really to worry there, but it was a suggestion from ELPA people.
I see, thanks for the explanation! Maybe it could be mentioned in the readme, but other than that I have no further comments. Thank you!
I wanted to try out the package and managed to get it working with the regular
shell-mode
, but in the case of python I am not able to get inline images. I set it up as described in the readme.When trying to produce a plot as follows
I get the following error and result
In the case of the
sympy
example, I do not get an error, but the TeX output is not rendered in any form. The exampleproduces only
$\displaystyle \log{\left(x \right)}$
and no inline math. I am runningemacs-version
28.0.60 and thecomint-mime
version corresponds to the last commit here. For python it'sThe comint-mime script can be sent to the python process within Emacs and it does not produce any errors, so if I am missing something I'd be glad about any pointers.