From 225a66d7ad70e941baf8cddfdd48c9b70da81421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Thu, 19 Sep 2024 14:37:38 -0700 Subject: [PATCH] ENH: merge streams for nicer looking outputs --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 6127d5b5..93523856 100644 --- a/conf.py +++ b/conf.py @@ -39,6 +39,7 @@ # MyST-NB configuration nb_execution_timeout = 900 +nb_merge_streams = True nb_execution_excludepatterns = []