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 38e68ff commit d14af99Copy full SHA for d14af99
packages/jupyterlab-lsp/src/adapters/notebook/notebook.ts
@@ -148,7 +148,7 @@ export class NotebookAdapter extends WidgetAdapter<NotebookPanel> {
148
// there is no default action that would trigger this,
149
// its just a failsafe in case if another extension decides
150
// to swap the notebook model
151
- this.console.warn(
+ console.warn(
152
'Model changed, connecting cell change handler; this is not something we were expecting'
153
);
154
notebook.model.cells.changed.connect(this.handle_cell_change, this);
0 commit comments