Code and Variable Mode

Selecting the "code and variable" option under each block will take the selected block to code and variable mode.

Important Sections of code and variable mode

Elements of Code and Variable Mode

In code and variable mode, the user can access the input variables going into a block and the list of variables, plots, dataframes coming out of the block as outputs. There is an inbuilt viewer for dataframes (df.head() 👋) and plots for quick access.

Input and output variables

As seen in the gif below, block_a and block_b are connected and you can use the output of block_a in block_b, but you can also use output from block_c by attaching variables as shown below.

Attach variable

Block Toggle

You can move to either previous or next block from within code and variable mode. You can refer the video below for the same.

Block toggle

Last updated