jupyter / nbformat

Reference implementation of the Jupyter Notebook format
http://nbformat.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
265 stars 152 forks source link

Always use jsonschema to handle error reporting #312

Closed blink1073 closed 2 years ago

blink1073 commented 2 years ago

Fastjsonschema gives fairly opaque error messages. Once we've encountered an error, speed is no longer the primary motivator.

bollwyvl commented 2 years ago

I pine for something like https://github.com/grantila/awesome-ajv-errors

blink1073 commented 2 years ago

I'll cut a release with this next week.