Changed
- Jupytext's contents manager uses the parent CM's
getandsavemethods to read and save text files, and explicitly callsjupytext.readsandjupytext.writesto do the conversion. We don't usemocknor internal parent methods any more. Thanks to Max Klein for helping making this work! (#634, #635) - Thanks to the above, Jupytext can work on top of contents manager that don't derive from
FileContentsManager, and in particular withjupyterfs(#618) - The documentation was reorganized.
README.mdwas simplified and now includes many links to the documentation.
Added
- Configuration errors are reported in the console and/or in Jupyter (#613)
- Jupytext's Contents Manager internal errors are logged on the console, and trigger an HTTP Error 500 (#638)
- The GitHub actions run on both push events and pull requests, and duplicate jobs are skipped (#605)
- Jupytext has a
tox.inifile, thanks to Chris Sewell (#605)
Fixed