#!/bin/bash
set -e

./convert_jupytext.sh py

echo "✅ Jupytext conversion complete."
