pank
pank
Hi, I have installed v0.3 from ELPA on windows using Anaconda python v3.11 or v3.12. I wanted to try this project as I miss `comint` when using `emacs-jupyter`. However, the...
If `comint-mime-prefer-svg` is non-nil, the ipython config might be overwritten (e.g. `~/.ipython/profile_default/ipython_config.py`). Is it desirable for emacs to configure ipython? I guess it maybe is, since most other ipython consoles...
It's great that svg support has been added! But modifying [matplotlib rcParams is a bug](https://github.com/astoff/comint-mime/commit/ca278064dac431b8c3f72ab1b860bf9c9b8d8d60#diff-c0d5a4225d794dd3dd4a76046245ef1cc8c0cee0d9aab2701035621cdac43188R35) IMHO, as it changes the current mpl style (which might have set the `facecolor`) and...