Skip to content

bloodyburger/n8n-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n8n - docker image with Python 3.11

n8n.io - Workflow Automation

This image includes Python 3.11 by default. It can be used to run python scripts inside n8n using the Execute Command node .

Run python 3.11 code on n8n.

Docker Hub

GitHub repository

Image Setup

Using docker compose docker-compose.yml

Usage

Run mounted Python scripts using the ExecuteCommand node

You can run *.pyfiles that has been mounted to the container using the ExecuteCommand node.

Create a folder "py_scripts" and place your scripts in there. On Execute Command node python3 /data/py_scripts/script.py

Documentation

The official n8n documentation can be found under: https://docs.n8n.io

Additional information and example workflows on the n8n.io website: https://n8n.io

Learn how to run n8n in Docker

About

n8n with Python 3.11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published