millejoh / emacs-ipython-notebook

Jupyter notebook client in Emacs
http://millejoh.github.io/emacs-ipython-notebook/
GNU General Public License v3.0
1.47k stars 123 forks source link

autotime output is an HTML object, not a usable string #887

Open sam-s opened 11 months ago

sam-s commented 11 months ago
GNU Emacs 29.1 (build 2, x86_64-w64-mingw32) of 2023-07-30
EIN version is 20230622.1757

notebooklist buffer starts with Contents API 5 Notebook in Emacs:

In [1]:
%load_ext autotime
<IPython.core.display.HTML object>

In [2]:
4+5
<IPython.core.display.HTML object>
Out [2]:
9

In [3]:
%unload_ext autotime

In [4]:
5+1
Out [4]:
6

In browser: image

sam-s commented 11 months ago

despite (setq ein:output-area-inlined-images t) (https://github.com/millejoh/emacs-ipython-notebook/issues/685)