mirror of https://github.com/pyodide/pyodide.git
parent
77145d4a0a
commit
455f302d7d
|
@ -14,7 +14,7 @@
|
|||
<body>
|
||||
<script>
|
||||
async function main() {
|
||||
await initializePyodide({ indexURL : '{{ PYODIDE_BASE_URL }}' });
|
||||
await loadPyodide({ indexURL : '{{ PYODIDE_BASE_URL }}' });
|
||||
let namespace = pyodide.globals.get("dict")();
|
||||
pyodide.runPython(`
|
||||
import sys
|
||||
|
|
Loading…
Reference in New Issue