Version 1.12.0
Added
- Jupytext supports Quarto notebooks (with
.qmd
extension) (#837) - Jupytext can be configured through the
pyproject.toml
file. Thanks to Robin Brown for this contribution! (#828) - Jupytext now supports OCaml files with
.ml
extension. 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)