Advanced Course (2/8) - Advanced technical nodes

This video is part of the n8n advanced course. See all 8 videos of this course here.

2 Likes

Great video with insights. As part of code node you mentioned that we can use javascript or python. If i have specific python packages that needs to used in the code how do I install them? (I am running n8n locally).

1 Like

Hey @Idi_ai,

Welcome to the community :raised_hands:

There is no manual install option for Python modules, We use Pyodide which means you can only use the packages found here: Packages built in Pyodide — Version 0.23.1

If the module needs to be installed we will automatically download it so it can be used, You can find a bit more information on this here: Using the Code node | n8n Docs