mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-16 19:00:06 -04:00
[next] Bring in the good old PyScript display (#1628)
This commit is contained in:
committed by
GitHub
parent
27c91e9703
commit
84dcde188b
@@ -8,6 +8,9 @@
|
||||
<script type="module" src="../core.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<py-script>display("Hello PyScript Next")</py-script>
|
||||
<script type="py">
|
||||
from pyscript import display
|
||||
display("Hello PyScript Next")
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user