From 3c12f76af454d2bd2f7ad20ae9432893e75d11ef Mon Sep 17 00:00:00 2001 From: rmshkv Date: Mon, 8 Jan 2024 20:07:58 -0700 Subject: [PATCH] Turned execute notebook settings to off so that the book builds --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index b3c1065..d3bc51b 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,7 @@ copyright: "2023" 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