Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sam-s opened this issue Aug 17, 2023 · 1 comment
Open

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

sam-s opened this issue Aug 17, 2023 · 1 comment

Comments

@sam-s
Copy link
Contributor

sam-s commented Aug 17, 2023

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
Copy link
Contributor Author

sam-s commented Aug 17, 2023

despite (setq ein:output-area-inlined-images t)
(#685)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant