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