Skip to content

Commit

Permalink
healpyversion
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Jul 18, 2024
1 parent 4ea61fd commit a2a1b93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
<script src="https://cdn.jsdelivr.net/pyodide/v0.26.1/full/pyodide.js"></script>
</head>
<body>
<p><code>healpy</code> version: <code id=healpyversion></code></p>
<p><code>healpy</code> version: <code id="healpyversion"></code></p>

<script type="text/javascript">
const healpyversion = document.getElementById("healpyversion");
async function main(){
let pyodide = await loadPyodide();

Expand Down

0 comments on commit a2a1b93

Please sign in to comment.