azure-iot-edge

Interactive python input() for IoTEdge Module

Interactive python input() for IoTEdge Module Question: I am new to python and I inherited some code that requires keyboard input by the user. When turning this into a docker container, I can easily run it locally with "-it" flag to take in my input and avoid EOF errors. while True: key = input("Please enter:n") …

Total answers: 2