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

add some basic instructions for how to use the REPL

This commit is contained in:
Antonio Cuni
2022-04-27 11:46:36 +02:00
parent 67bfff6698
commit cf84e0c4dd

View File

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