Package Information
Released: 7/3/2025
Downloads: 5 weekly / 71 monthly
Latest Version: 0.1.16
Author: Yasin Fakhar
Available Nodes
Documentation
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-runner
Usage
- 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