Skip to content

Commit bc28db3

Browse files
authored
Enable traceback display on execution errors (#84)
1 parent 37f1695 commit bc28db3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
nb_render_markdown_format = "myst"
2828
nb_execution_raise_on_error = True
29+
nb_execution_show_tb = True
2930
nb_execution_timeout = 180
3031
nb_execution_excludepatterns = []
3132

0 commit comments

Comments
 (0)