astoff / code-cells.el

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

JSON readtable error #29

Closed guibor closed 1 month ago

guibor commented 4 months 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()
astoff commented 1 month ago

I can't reproduce, but this should be fixed in 498edb3.