Commit 042ef54
committed
jupyter - Add error handling for display errors in notebook cell execution
`nbclient` does not error out when a cell has error due to display error. This PR adds error handling for display errors in notebook cell so that `quarto render` will error out. `error: true` control the behavior to allow or not the error.1 parent 91c665a commit 042ef54
1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
544 | 564 | | |
545 | 565 | | |
546 | 566 | | |
| |||
0 commit comments