#!/bin/sh
cat > jupytext.toml << EOF
# https://jupytext.readthedocs.io/en/latest/config.html
# Pair ipynb notebooks to Rmd text notebooks
formats = "ipynb,Rmd"
EOF
