emacs-ipython-notebook icon indicating copy to clipboard operation
emacs-ipython-notebook copied to clipboard

autotime output is an HTML object, not a usable string

Open sam-s opened this issue 2 years ago • 1 comments

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 avatar Aug 17 '23 18:08 sam-s

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

sam-s avatar Aug 17 '23 18:08 sam-s