We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a848876 commit 11585d1Copy full SHA for 11585d1
index.html
@@ -18,7 +18,7 @@
18
const version = document.getElementById("healpyversion");
19
version.textContent = pyodide.runPython("import healpy as hp; hp.__version__");
20
21
- pyodide.runPython(`
+ pyodide.runPythonAsync(`
22
import matplotlib
23
matplotlib.use("module://matplotlib_pyodide.wasm_backend")
24
import healpy as hp
0 commit comments