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 ed23289 commit 1191c98Copy full SHA for 1191c98
packages/pyodide-kernel/src/worker.ts
@@ -115,7 +115,7 @@ export class PyodideRemoteKernel {
115
console.info('installing via cmd:', installCmd);
116
try {
117
await this._pyodide.runPythonAsync(installCmd);
118
- console.info(`Package ${pkgs} Installed successfully`);
+ console.info(`Packages installed successfully`);
119
} catch (e) {
120
console.error('Error installing packages', e);
121
}
0 commit comments