The Calculation Environment (CalculationEnv) Data Block is a System Data Block and is not edited. The following is for informational purposes only.
The Calculation Env (CalculationEnv) Data Block is used to specify the Python modules or libraries which are imported into the environment. This Data Block is not edited. If additional Python imports are required, create a new Data Block Python Environment Data Block.
General Info #
Field | Value |
---|---|
Name | CalculationEnv |
Block Category | Configuration |
Block Type | Python Environment |
Data Category | None |
Output Type | Settings |
Dependencies #
None
Example Definition #
{
"imports": [
{"name": "pandas","as": "pd"},
{"name": "numpy","as": "np"},
{"name": "json","as": "json"},
{"name": "datetime","as": "datetime"}
]
}
Example Request #
None
Example Response #
None