Plugin Directory

Changeset 2720919


Ignore:
Timestamp:
05/10/2022 01:14:44 AM (4 years ago)
Author:
technocannon
Message:

Updating FAQ Examples for using the Plugin

Location:
pyplugger-for-pyscript
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pyplugger-for-pyscript/tags/1.0/readme.txt

    r2720913 r2720919  
    4545
    4646For example, to print a "Hello World!" statement, you would enter the following as html content:
     47
    4748`<py-script> print('Hello World!') </py-script>`
    4849
    4950An 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>`
    5153
    5254Then, on the end-user page, enter data for evaluation and then press SHIFT+ENTER to compute.
  • pyplugger-for-pyscript/trunk/readme.txt

    r2720914 r2720919  
    4545
    4646For example, to print a "Hello World!" statement, you would enter the following as html content:
     47
    4748`<py-script> print('Hello World!') </py-script>`
    4849
    4950An 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>`
    5153
    5254Then, 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.