patches added, more readme

This commit is contained in:
2023-05-13 17:45:55 +02:00
parent 3c7c3219eb
commit 06f45f613c
4 changed files with 102 additions and 5 deletions

14
patch-quarto-stacktrace Normal file
View File

@@ -0,0 +1,14 @@
diff --git a/src/core/jupyter/jupyter.ts b/src/core/jupyter/jupyter.ts
index 4a1d04963..2fbda1d12 100644
--- a/src/core/jupyter/jupyter.ts
+++ b/src/core/jupyter/jupyter.ts
@@ -1575,7 +1575,7 @@ function mdOutputStream(output: JupyterOutputStream) {
}
function mdOutputError(output: JupyterOutputError) {
- return mdCodeOutput([output.ename + ": " + output.evalue]);
+ return mdCodeOutput([output.ename + ": " + output.traceback.join('\n')]);
}
async function mdOutputDisplayData(