1

When I execute a jupyter source block in org-mode, I get a hash instead of the result

For instance, I get

#+begin_src jupyter-python :session sess :async yes
print("haha")
#+end_src

#+RESULTS:
: 0 - c29485e4-fa6a-459d-84a1-cb1aa0c42907

emacs tells me the following error:

error in process sentinel: json readtable error: 47

Does someone know how to get the true result as output ?

emacs v28.2 emacs-jupyter v0.8.2

1 Answer 1

1

I finally solved it. I had an old ob-ipython and configuration in my init.el and ob-ipython was still loaded which seemed to cause the error.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.