Skip to content

Execute scipyr

Description

The Execute Scipyr activity allows execution of custom Python scripts within a Scipyr Book. These scripts can perform data analysis, transformation, aggregation, or modeling using familiar Python libraries like Pandas, NumPy, or SciPy.

This activity is ideal for running pre-authored logic from Scipyr notebooks and returning structured tabular data for downstream workflow operations.

Use Case:
When you want to reuse a data processing function or analysis pipeline written in Python, such as forecasting sales or calculating KPIs, inside your no-code or low-code workflow.


Input

TypeDescription
File (Scipyr)The Scipyr book containing the code.

Output

TypeFormatDescription
DataTableOutput of the executed Scipyr notebook

Configuration Fields

Field NameRequiredDescription
Scipyr BookYesSelect the Scipyr Book (.scipyr file) that contains the Python code to execute.
Data FrameYesName of the DataFrame within the Scipyr Book to process and return as output.

Sample Input

Not applicable — data is pulled from the selected Scipyr Book and executed code.


Sample Configuration

FieldValue
Scipyr BookForecastingModel.scipyr
Data Frameforecast_output

Sample Output

Sale DateProduct NameCustomer IDSales RegionSales ChannelUnit PriceUnits Sold
2024-10-23T00:00:00Monitor1661EastPhone152.937
2024-10-23T00:00:00Keyboard2345WestWeb89.9915