- Fixed a bug where default values for validator.get_validator() failed with an import error
5.0.6
- nbformat.read() function has a better duck-type interface and will raise more meaningful error messages if it can't parse a notebook document.
5.0.5
- Allow notebook format 4.0 and 4.1 to have the arbitrary JSON mimebundles from format 4.2 for pragmatic purposes. - Support reading/writing path-like objects has been added to read operations.
5.0.4
- Fixed issue causing python 2 to pick up 5.0.x releases.
5.0.3
- Removed debug print statements from project.
5.0.2
- Added schema validation files for older versions. This was breaking notebook generation.