1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

Merge pull request #53 from pyscript/antocuni/fix-repl

add some basic instructions for how to use the REPL
This commit is contained in:
Fabio Pliger
2022-04-27 14:59:52 -05:00
committed by GitHub

View File

@@ -17,6 +17,9 @@
</py-env>
<body>
<h1><b>pyscript REPL</b></h1>
Tip: press Shift-ENTER to evaluate a cell
<br>
<div>
<py-repl id="my-repl" auto-generate="true"> </py-repl>
</div>