From 68d7e2283592b8609024118b25cb0f65144dc756 Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Sun, 4 Aug 2024 11:14:23 -0400 Subject: [PATCH] Update _config.yml for the PACE hackweek book, we had the problem that output from bash cells (using `%%bash`) were being broken into multiple cells. We added this to create the merged cells like you see when you open a jupyter notebook. --- book/_config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/book/_config.yml b/book/_config.yml index 15e0b5dc..c693b2fd 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -63,6 +63,7 @@ bibtex_bibfiles: sphinx: config: bibtex_reference_style: author_year # or label, super, \supercite + nb_merge_streams: true # stdout lines combined in output nb_custom_formats: .py: - jupytext.reads