Hello.
I have installed perceptilabs in a venv environment. Together with all the packages needed I have installed also other packages that I want to use in a custom layer.
Is it possible to import them and use them? Something like from x import y
inside the custom layer?
Thanks.
Hi @uncvci,
Welcome to the forum!
You got it exactly right, if you open the code of any layer (custom layers included) you can use that line to import packages into the tool
The code inside the layers/components are executed like normal python code, so almost anything goes.
Let me know if you have any further questions on it!
All the best,
Robert