<< quitPy scithon

scithon >> scithon > startPy

startPy

Starts the python interpreter.

Syntax

startPy

Description

Starts the python interpreter, must be called before using any of the other functions offered by SciPy.

Example

--> startPy

--> py("a=5;print(a);")
ans  =

"5
"

--> quitPy

Report an issue
<< quitPy scithon