some examples are still in the jupytext light format, but we should move them to py percent ```python # %% 1 + 1 ``` We can use the jupytext cli for that: ``` jupytext script.py --to py:percent ```