From 03dc6baced485eb877d9132cf81f8e3b64dc765e Mon Sep 17 00:00:00 2001 From: Deborah Khider Date: Fri, 14 Jun 2024 09:33:24 -0700 Subject: [PATCH] don't execute notebooks --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 031f813..8f3a03b 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,7 @@ copyright: "2024" execute: # To execute notebooks via a Binder instead, replace 'cache' with 'binder' - execute_notebooks: cache + execute_notebooks: off timeout: 600 allow_errors: False # cells with expected failures must set the `raises-exception` cell tag