From 14700f7a65e083adedadbc2bf411f8f151a5a1db Mon Sep 17 00:00:00 2001 From: Johan Gronqvist <johan.gronqvist@control.lth.se> Date: Thu, 6 Apr 2023 10:54:42 +0000 Subject: [PATCH] Add jupytext config --- jupytext.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 jupytext.toml diff --git a/jupytext.toml b/jupytext.toml new file mode 100644 index 0000000..bad1a8a --- /dev/null +++ b/jupytext.toml @@ -0,0 +1 @@ +formats = "ipynb,jl:percent" \ No newline at end of file -- GitLab