We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c4c67 commit 0d14e61Copy full SHA for 0d14e61
index.html
@@ -21,7 +21,7 @@
21
matplotlib.use("module://matplotlib_pyodide.wasm_backend")
22
import healpy as hp
23
import js
24
-js.document.healpyversion = hp.__version__
+js.document.healpyversion.textContent = hp.__version__
25
import matplotlib.pyplot as plt
26
27
m = hp.read_map(
0 commit comments