Added
- Jupytext supports Quarto notebooks (with
.qmdextension) (#837) - Jupytext can be configured through the
pyproject.tomlfile. Thanks to Robin Brown for this contribution! (#828) - Jupytext now supports OCaml files with
.mlextension. Thanks to Quentin Fortier for getting this started (#832)
Fixed
- Added more test to make sure that notebooks can be trusted. In practice, notebooks could not be trusted in JupyterLab<3.0.13 because of the absence of cell ids (#826)