Skip to content

Commit

Permalink
run async
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Jul 18, 2024
1 parent a848876 commit 11585d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
const version = document.getElementById("healpyversion");
version.textContent = pyodide.runPython("import healpy as hp; hp.__version__");

pyodide.runPython(`
pyodide.runPythonAsync(`
import matplotlib
matplotlib.use("module://matplotlib_pyodide.wasm_backend")
import healpy as hp
Expand Down

0 comments on commit 11585d1

Please sign in to comment.