mirror of
https://github.com/pyscript/pyscript.git
synced 2026-04-27 17:00:17 -04:00
move py-config between body tags (#827)
This commit is contained in:
14
docs/_static/examples/what-is-pyscript.html
vendored
14
docs/_static/examples/what-is-pyscript.html
vendored
@@ -16,12 +16,6 @@
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<py-config>
|
||||
packages = [
|
||||
"numpy",
|
||||
"matplotlib"
|
||||
]
|
||||
</py-config>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -31,6 +25,14 @@
|
||||
<p style='font-family: monospace sans-serif;'><big><big><big><big>❰py❱</big></big></big></big></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<py-config>
|
||||
packages = [
|
||||
"numpy",
|
||||
"matplotlib"
|
||||
]
|
||||
</py-config>
|
||||
|
||||
<py-script>
|
||||
import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
|
||||
Reference in New Issue
Block a user