Description Usage Arguments Value
Execute code within the the __main__
Python module.
1 2 3 4 5 |
code |
Code to execute |
local |
Whether to create objects in a local/private namespace (if
|
convert |
|
file |
Source file |
For py_eval()
, the result of evaluating the expression; For
py_run_string()
and py_run_file()
, the dictionary associated with
the code execution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.