python-runner

Package Information

Released: 7/2/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 0.1.10
Author: yasinfakhar

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