Skip to content

Commit 178b57b

Browse files
committed
closes #9344
1 parent 6bf47bf commit 178b57b

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)