Skip to content

Commit 55ad3ab

Browse files
committed
switch jupyter default print back to html (it's more flexible to do html, since pdf is just following it by "print to pdf" on the backend)
1 parent d68f2f0 commit 55ad3ab

File tree

1 file changed

+1
-1
lines changed
  • src/packages/frontend/frame-editors/jupyter-editor

1 file changed

+1
-1
lines changed

src/packages/frontend/frame-editors/jupyter-editor/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export class JupyterEditorActions extends BaseActions<JupyterEditorState> {
233233
}
234234

235235
print(_id): void {
236-
this.jupyter_actions.show_nbconvert_dialog("cocalc-pdf");
236+
this.jupyter_actions.show_nbconvert_dialog("cocalc-html");
237237
}
238238

239239
async format(id: string): Promise<void> {

0 commit comments

Comments
 (0)