Skip to content

Commit 1ec07ad

Browse files
authored
Merge pull request #121 from penelopeysm/main
Add nb_merge_streams config to coalesce stderr
2 parents b6e1ee6 + f6aee56 commit 1ec07ad

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

src/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ sphinx:
1515
# All files from these paths will be included in the generated
1616
# HTML output, even if they are not linked from any page
1717
html_extra_path: ['assets']
18+
nb_merge_streams: true
1819

1920
# Force re-execution of notebooks on each build.
2021
# See https://jupyterbook.org/content/execute.html

src/chapters/data/lists.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -413,14 +413,6 @@ By presenting that warning to the programmer, the compiler is helping the
413413
programmer to defend against the possibility of `Match_failure` exceptions at
414414
runtime.
415415

416-
```{note}
417-
Sorry about how the output from the cell above gets split into many lines in the
418-
HTML. That is currently an [open issue with JupyterBook][issue], the framework
419-
used to build this book.
420-
421-
[issue]: https://github.com/executablebooks/jupyter-book/issues/973
422-
```
423-
424416
Second, **unused branches:** the compiler checks to see whether any of the
425417
branches could never be matched against because one of the previous branches is
426418
guaranteed to succeed. For example, the function below will cause the compiler

0 commit comments

Comments
 (0)