diff --git a/packages/kernel/src/worker.ts b/packages/kernel/src/worker.ts index 9f0c77b0d..15cfbd7dd 100644 --- a/packages/kernel/src/worker.ts +++ b/packages/kernel/src/worker.ts @@ -175,7 +175,6 @@ async function loadPyodideAndPackages() { // For https://github.com/whitphx/stlite/issues/427 await pyodide.runPythonAsync(` import streamlit.runtime - import streamlit.web `); console.debug("Loaded the Streamlit package");