You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2020. It is now read-only.
In an attempt to remove the meaningless and unhelpful traceback information when the notebook file is unreadable I now trap the exception and terminate, printing out the error string from the exception.
Unfortunately the only information I currently get is
NotJSONError('Notebook does not appear to be JSON: '{\n "metadata": {'',)
It would be much more helpful to provide the positional data about the point of JSON parsing failure, which I understand should be available (somewhere?)
In an attempt to remove the meaningless and unhelpful traceback information when the notebook file is unreadable I now trap the exception and terminate, printing out the error string from the exception.
Unfortunately the only information I currently get is
NotJSONError('Notebook does not appear to be JSON: '{\n "metadata": {'',)
It would be much more helpful to provide the positional data about the point of JSON parsing failure, which I understand should be available (somewhere?)