<@UQ8NE6A86> concerning variables it is not that c...
# datascience
a
@Ilya Muradyan concerning variables it is not that clear. It could be added. but we need to discuss it. The API designed this far mostly covers "compile-time" information meaning that it covers the state accesibel before or during cell execution. Properties are accessible only after the compilation is done. I do not think that they should be part of a
Cell
API. Also local properties do not make a lot of sense. They could be opimized by the compiler and should never escape the cell. Is it even possible to capture local variables? Global (Notebook) state on the other hand could be useful. It could be easilly accessible since it is explicitely stored somewheere in the engine. It could be a part of the notebook state.