Hello
To setup an environment variable:
%env a=3
then we can in other cells, use $a.
%%shell so that all commands in the current cell are executed using bash.
To setup an environment variable:
%env a=3
then we can in other cells, use $a.
%%shell so that all commands in the current cell are executed using bash.