mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
point examples to /latest instead of /alpha (#624)
* point examples to /unstable instead of /alpha * Change makefile from alpha to unstable * unstable -> latest * Update Makefile * Update repl.html Co-authored-by: mariana <marianameireles@protonmail.com>
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<title>Matplotlib</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="icon" type="image/x-icon" href="./favicon.png">
|
||||
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
|
||||
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
|
||||
<link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" />
|
||||
<script defer src="https://pyscript.net/latest/pyscript.js"></script>
|
||||
<py-env>
|
||||
- matplotlib
|
||||
</py-env>
|
||||
|
||||
Reference in New Issue
Block a user