We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22ca10 commit 4f45bc9Copy full SHA for 4f45bc9
index.html
@@ -7,7 +7,7 @@
7
<script type="text/javascript">
8
async function main(){
9
let pyodide = await loadPyodide();
10
- console.log(pyodide.runPython("micropip.install('dist/healpy.whl'); import healpy; healpy.__version__"));
+ console.log(pyodide.runPython("import micropip; micropip.install('dist/healpy.whl'); import healpy; healpy.__version__"));
11
}
12
main();
13
</script>
0 commit comments