diff --git a/pyscriptjs/src/interpreter.ts b/pyscriptjs/src/interpreter.ts index 578e732a506..d2a4623b626 100644 --- a/pyscriptjs/src/interpreter.ts +++ b/pyscriptjs/src/interpreter.ts @@ -420,6 +420,7 @@ const loadInterpreter = async function (): Promise { pyodide = await loadPyodide({ stdout: console.log, stderr: console.log, + fullStdLib: false }); // now that we loaded, add additional convenience functions