Development

The IDE Layer. Development layer is similar to any scripting environment - Jupyter or datascience Coding IDE - but better.

This is the layer where all the coding - data prep, model development, model evaluation etc. happens. Currently supports Python, R, SQL, GraphQL, Markdown, RMarkdown, GenAI Prompts

Development Layer

Grouping Blocks:

Development layer has an inbuilt grouping option to group cells based on code functionality. This can be done by renaming the block to groupName.blockName. This will group all the blocks with same group name together. In the below example we can see data as a group name.

Grouping blocks

Passing Functions:

Along with variables one can also pass functions between blocks as shown below.

Passing Functions

Last updated