Is it possible to use python librairy (like NumPy)?
I am currently making an analysis who read the data collected throught device, interpolate them and save the data as a png who will be used in a custom widget.
In order to interpolate my data, I intended to use the interpolation function of NumPy since it worked perfectly in my test, but it appear that we cannot import those librairy. Do we have some work-around?
For my custom widget, I imported the librairy I needed in my TagoFile since I couldn't use the online librairy and it worked perfectly. Can I do that with python librairy and can I import them for my analysis?