Skip to content

Commit ba61d21

Browse files
committed
disable myst's feature that automatically strips matplotlib's outputs, which in our case is too aggressive
1 parent b0a9916 commit ba61d21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

notebooks/myst.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ project:
2121
- Python
2222
date: 2025-04-22
2323
# bibliography: []
24+
settings:
25+
# this is too aggressive, and remove things like <module ...>
26+
# that we sometimes want to show
27+
output_matplotlib_strings: warn
2428

2529
site:
2630
template: book-theme

0 commit comments

Comments
 (0)