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 96e2c65 commit a0ef5b8Copy full SHA for a0ef5b8
zeppelin-web-angular/src/app/pages/workspace/notebook/action-bar/action-bar.component.ts
@@ -115,6 +115,9 @@ export class NotebookActionBarComponent extends MessageListenersManager implemen
115
this.activatedExtension = 'hide';
116
} else {
117
this.activatedExtension = extension;
118
+ if (extension === 'interpreter') {
119
+ this.messageService.getInterpreterBindings(this.note.id);
120
+ }
121
}
122
this.activatedExtensionChange.emit(this.activatedExtension);
123
0 commit comments