> Could `jupytext` use the relatively new Content Provider API as described in: > - [Content Provisioning](https://jupyterlab.readthedocs.io/en/latest/extension/extension_points.html#content-provisioning) > - [`IContentProvider`](https://jupyterlab.readthedocs.io/en/latest/api/interfaces/services.IContentProvider.html) > - https://github.com/jupyterlab/jupyterlab/pull/17092 > > To me it looks like jupytext could be a perfect use case for this API. > _Originally posted by @krassowski in [#133](https://github.com/deshaw/jupyterlab-execute-time/issues/133#issuecomment-3172549996)_