Version 20.1 by Thomas Mortagne on 2011/10/27 18:02

cogAdds ability to write scripts in Python in wiki pages
Typejavamacro
Category
Developed byUnknown
Rating
0 Votes
LicenseUnknown

Description

This is a shortcut for Script Macro equivalent to {{script language="python"}} to execute python scripts based on any JSR-223 Python provider like Jython (http://www.jython.org).

Usage

{{python}}
print "Hello World"
{{/python}}

Parameters definition

See the Script Macro for details.

Example

{{python}}
print "Hello World"
{{/python}}

Result

Hello World
Tags:
    

Get Connected