You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a series of cells that require some repeated string or scalar value.
In kusto, I must put let x="value"; at the beginning of every cell to use this variable. It would be nice allow setting constants in a single cell and be able to reuse these values in later cells.
The text was updated successfully, but these errors were encountered:
We also have the same need, but for a function.
Is there any documentation or tutorial on how to use KNB from the point of view of a jupyter notebook user (which concepts are applicable in knb)?
Thx
This is really needed.
A simple solution might be a dedicated cell (like "beforeEach") to place let assignments. It doesn't generate any outputs, but just run itself every time behind the scene.
Scenario:
I have a series of cells that require some repeated string or scalar value.
In kusto, I must put
let x="value";
at the beginning of every cell to use this variable. It would be nice allow setting constants in a single cell and be able to reuse these values in later cells.The text was updated successfully, but these errors were encountered: