python-runner

n8n node to run Python code with dependencies

Package Information

Released: 7/3/2025
Downloads: 5 weekly / 71 monthly
Latest Version: 0.1.16
Author: Yasin Fakhar

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

  1. Add the Python Runner node to your workflow
  2. Configure:
    • Python version (e.g., "3.9")
    • Requirements (one package per line)
    • Python code to execute

License

MIT

Discussion