nbdev
nbdev copied to clipboard
nbdev_new: json.decoder.JSONDecodeError: Expecting ',' delimiter: line 19 column 41 (char 323)
On creating a new nbdev project with the nbdev_new
command, after cloning into an empty git repo as described in the tutorial, I get the following error:
Traceback (most recent call last):
File "/home/ndev_env/bin/nbdev_new", line 8, in
The same error gets triggered when I try to export any notebooks within this project using the nbdev_export
command. I saw this issue, but changing the python encoding environment variable doesn't work for me. I am running Linux.
Here is a link to the GitHub action for the failed test upon commit.
Has anyone seen or solved this before?
I had this problem also. I used the solution provided in #1278 . My problem was that my description contains double quotes and my solution was to delete the files generated by nbdev_new
and run nbdev_new
again, this time without the use of any quotes in the description.