Is there any simple example how to use to python code new feature?
For example import a library in code node and use the library to do something.
Thanks.
Is there any simple example how to use to python code new feature?
For example import a library in code node and use the library to do something.
Thanks.
Hi @anderson.wong I don’t have much experience with Python, myself, but one thing I wanted to note here is that the code node doesn’t include a Python executable. Instead, it uses Pyodide, so you’d only be able to use the packages listed here.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.