FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
09-17-2024 12:52 PM
Hello,
is there anyway to include Numpy library in Python IDE?
09-17-2024 01:15 PM
As there is native C-code used in Numpy and our Python runtime is only processing python code, this is not possible.
You could build your own app bringing its own python interpreter using any library you like. See documentation of SDK for ctrlx AUTOMATION on github.
We are also working on a app including a Jupiter Notebook application but there is no official release date yet.