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

error in process sentinel: JSON readtable error: 27 #528

Open
JonatanSahar opened this issue Feb 29, 2024 · 0 comments
Open

error in process sentinel: JSON readtable error: 27 #528

JonatanSahar opened this issue Feb 29, 2024 · 0 comments

Comments

@JonatanSahar
Copy link

Hi,
I'm on doom emacs, with (org +jupyter) flag on, and the following jupyter configuration:

;; jupyter
(use-package jupyter
  :demand t
  :after (:all org python ob-jupyter ob-python)
  :config

  (org-babel-jupyter-override-src-block 'python)

  (map! :map jupyter-repl-mode-map
        :i "<up>" #'jupyter-repl-history-previous
        :i "<down>" #'jupyter-repl-history-next
        )

  (defun my/jupyter-refresh-kernelspecs ()
    "Refresh Jupyter kernelspecs"
    (interactive)
    (jupyter-available-kernelspecs t)))

(org-babel-do-load-languages
 'org-babel-load-languages
 '((emacs-lisp . t) ;; Other languages
   (shell . t)
   ;; Python & Jupyter
   (jupyter . t)
   (python . t)
   (ipython . t)
   ))

and the following header in an org file:

#+PROPERTY: header-args:jupyter-python :session foo :kernel jupyter-emacs
#+PROPERTY: header-args:jupyter-python+ :async yes

When executing a jupyter-emacs source block, I get:

Executing Jupyter-Python code block at position 141...
Code block evaluation complete (took 1.0s).
error in process sentinel: cons: JSON readtable error: 27
error in process sentinel: JSON readtable error: 27

Can you help please?

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