Skip to content

Instantly share code, notes, and snippets.

@mateusmb
mateusmb / pyscript-hello.html
Created May 2, 2022 19:55
Pyscript test with matplotlib
<html>
<head>
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
<py-env>
- numpy
- matplotlib
</py-env>
</head>