We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68f2f0 commit 55ad3abCopy full SHA for 55ad3ab
src/packages/frontend/frame-editors/jupyter-editor/actions.ts
@@ -233,7 +233,7 @@ export class JupyterEditorActions extends BaseActions<JupyterEditorState> {
233
}
234
235
print(_id): void {
236
- this.jupyter_actions.show_nbconvert_dialog("cocalc-pdf");
+ this.jupyter_actions.show_nbconvert_dialog("cocalc-html");
237
238
239
async format(id: string): Promise<void> {
0 commit comments