Skip to content

Commit 626cc87

Browse files
committed
fixed typo
1 parent bb518bb commit 626cc87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/jupyter/kernel-manager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ export class KernelManagerImpl extends EventEmitter {
214214
}
215215

216216
public getKernelSpecsFromJupyter(): Promise<any> {
217-
const jupyter = 'jupyterx kernelspec list --json --log-level=CRITICAL';
218-
const ipython = 'ipythonx kernelspec list --json --log-level=CRITICAL';
217+
const jupyter = 'jupyter kernelspec list --json --log-level=CRITICAL';
218+
const ipython = 'ipython kernelspec list --json --log-level=CRITICAL';
219219
return this.getKernelSpecsFrom(jupyter).catch(jupyterError => {
220220
return this.getKernelSpecsFrom(ipython);
221221
});

0 commit comments

Comments
 (0)