Skip to content

Commit dbd9be6

Browse files
authored
Update _config.yml (#182)
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.
1 parent 5893fa3 commit dbd9be6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ bibtex_bibfiles:
6363
sphinx:
6464
config:
6565
bibtex_reference_style: author_year # or label, super, \supercite
66+
nb_merge_streams: true # stdout lines combined in output
6667
nb_custom_formats:
6768
.py:
6869
- jupytext.reads

0 commit comments

Comments
 (0)