From e65628fd1423d51d11a732399f24997bb5151e58 Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Fri, 23 Feb 2024 00:38:45 +0200 Subject: [PATCH] content/conf: update changed config value --- content/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/conf.py b/content/conf.py index 0668b43..f3f4447 100644 --- a/content/conf.py +++ b/content/conf.py @@ -45,7 +45,7 @@ #jupyter_execute_notebooks = "off" #jupyter_execute_notebooks = "auto" # *only* execute if at least one output is missing. #jupyter_execute_notebooks = "force" -jupyter_execute_notebooks = "cache" +nb_execution_mode = "cache" # Add any paths that contain templates here, relative to this directory. #templates_path = ['_templates']