Changeset 2720919
- Timestamp:
- 05/10/2022 01:14:44 AM (4 years ago)
- Location:
- pyplugger-for-pyscript
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyplugger-for-pyscript/tags/1.0/readme.txt
r2720913 r2720919 45 45 46 46 For example, to print a "Hello World!" statement, you would enter the following as html content: 47 47 48 `<py-script> print('Hello World!') </py-script>` 48 49 49 50 An additional feature to create an REPL: Read, Evaluate, Print, Loop component can be rendered by using the following tag: 50 `<py-repl></py-repl>` 51 52 `<py-repl> </py-repl>` 51 53 52 54 Then, on the end-user page, enter data for evaluation and then press SHIFT+ENTER to compute. -
pyplugger-for-pyscript/trunk/readme.txt
r2720914 r2720919 45 45 46 46 For example, to print a "Hello World!" statement, you would enter the following as html content: 47 47 48 `<py-script> print('Hello World!') </py-script>` 48 49 49 50 An additional feature to create an REPL: Read, Evaluate, Print, Loop component can be rendered by using the following tag: 50 `<py-repl></py-repl>` 51 52 `<py-repl> </py-repl>` 51 53 52 54 Then, on the end-user page, enter data for evaluation and then press SHIFT+ENTER to compute.
Note: See TracChangeset
for help on using the changeset viewer.