n8n-nodes-python-runner
v0.1.16
Published
n8n node to run Python code with dependencies
Readme
n8n-nodes-python-runner
This is a node for n8n that allows you to run Python code with automatic conda environment management.
Features
- Automatic conda installation if not present
- Creates isolated conda environments for Python execution
- Supports custom Python versions
- Package requirements management
- Clean environment cleanup after execution
Installation
npm install n8n-nodes-python-runnerUsage
- Add the Python Runner node to your workflow
- Configure:
- Python version (e.g., "3.9")
- Requirements (one package per line)
- Python code to execute
License
MIT
