Answers for "Unreadable Notebook: jpyter"

0

Unreadable Notebook: jpyter

...
 "language": "python",
 "metadata": {},
 "outputs": [],
},
I just had the same issue after upgrading from IPython 0.13 (ish) to Jupyter 4.

The problem in my case were a few rogue trailing commas in the JSON, for example the comma following "outputs" in:
Posted by: Guest on January-27-2022
0

Unreadable Notebook: jpyter

...
 "language": "python",
 "metadata": {},
 "outputs": [],
},
Posted by: Guest on January-27-2022

Python Answers by Framework

Browse Popular Code Answers by Language