This is a first attempt to use Embedded Python in IRIS
The Python code is adapted from solutions for Advent of Code 2020 contest.
Test data are all input to my personal challenge.
Prerequisites
Make sure you have git and Docker desktop installed.
Installation
Clone/git pull this repo into any local directory
$ git clone https://github.com/rcemper/try_embedded_python
Open the terminal in this directory and run:
$ docker-compose build
this may take some time to complete
Run the IRIS container with this project:
$ docker-compose up -d
How to Test it
Using IRIS terminal:
$ docke

.png)

.png)

.png)
.png)

