Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eeholmes authored Aug 4, 2024
1 parent 5893fa3 commit 68d7e22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68d7e22

Please sign in to comment.