julia-color/patch-quarto

16 lines
623 B
Plaintext

diff --git a/src/execute/jupyter/jupyter.ts b/src/execute/jupyter/jupyter.ts
index 750eff367..3028c10ed 100644
--- a/src/execute/jupyter/jupyter.ts
+++ b/src/execute/jupyter/jupyter.ts
@@ -286,9 +286,7 @@ export const jupyterEngine: ExecutionEngine = {
// if the source is an ipynb file)
const nbContents = await jupyterNotebookFiltered(
options.target.input,
- isJupyterNotebook(options.target.source)
- ? options.format.execute[kIpynbFilters]
- : [],
+ options.format.execute[kIpynbFilters],
);
const nb = jupyterFromJSON(nbContents);
const assets = jupyterAssets(