Skip to content

Commit 7edfb45

Browse files
authored
Merge pull request #9355 from quarto-dev/bugfix/9344-b
jupyter - bookFixups should include stream fixups
2 parents dbfc119 + 178b57b commit 7edfb45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/core/jupyter/jupyter-fixups.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,7 @@ export const minimalFixups: JupyterFixup[] = [
242242
];
243243

244244
// books can't have the front matter fixup
245-
export const bookFixups: JupyterFixup[] = [
246-
fixupBokehCells,
247-
];
245+
export const bookFixups: JupyterFixup[] = minimalFixups;
248246

249247
export function fixupJupyterNotebook(
250248
nb: JupyterNotebook,

0 commit comments

Comments
 (0)