From 49b33035aa7a7fe1430f145e6ee65a77624b8cb7 Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Tue, 18 Jun 2024 10:00:38 -0700 Subject: [PATCH] Add Jupytext requirement for binder. (#217) I think binder looks at env.yaml not at requirements.txt maybe that's the reason that binder don't have jupytext installed --- environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index 509d1bc7..15dd1085 100644 --- a/environment.yml +++ b/environment.yml @@ -14,3 +14,5 @@ dependencies: - myst-nb - sphinx-book-theme - sphinx-copybutton + # to load the md files in binder + - jupytext