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