astoff / code-cells.el

Emacs utilities for code split into cells, including Jupyter notebooks
GNU General Public License v3.0
180 stars 11 forks source link

JSON readtable error #29

Open guibor opened 1 month ago

guibor commented 1 month ago

I get the following error:

"json-read: JSON readtable error:"

whenever I run code-cells-convert-ipynb()

backtrace

Debugger entered--Lisp error: (json-readtable-error 35)
  signal(json-readtable-error (35))
  json-read()
  code-cells--guess-mode()
  code-cells-convert-ipynb()