Skip to content

Commit 11585d1

Browse files
committed
run async
1 parent a848876 commit 11585d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
const version = document.getElementById("healpyversion");
1919
version.textContent = pyodide.runPython("import healpy as hp; hp.__version__");
2020

21-
pyodide.runPython(`
21+
pyodide.runPythonAsync(`
2222
import matplotlib
2323
matplotlib.use("module://matplotlib_pyodide.wasm_backend")
2424
import healpy as hp

0 commit comments

Comments
 (0)