Python Runtime App: is subscribe() to datalayer nodes possible?

Is it possible to use subscription() to datalayer nodes inside a *.py file?

Or could we only use datalayer.read() and we have to poll it?

Best reply by Sgilk

LunatiXย ,

The examples have multiple files, but they can be run outside of the snap context. See this article on running the samples directly in the IDE app.

The library you are using does not have a subscribe function.

View original
7 replies