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 0dd83e9 commit 21eb482Copy full SHA for 21eb482
commands/src/index.ts
@@ -21,7 +21,7 @@ const extension: JupyterFrontEndPlugin<void> = {
21
caption: 'Execute jlab-examples:command Command',
22
execute: (args: any) => {
23
const orig = args['origin'];
24
- console.log(`jlab-examples:command has been called from ${orig}.`);
+ console.loga(`jlab-examples:command has been called from ${orig}.`);
25
if (orig !== 'init') {
26
window.alert(`jlab-examples:command has been called from ${orig}.`);
27
}
0 commit comments