Hi Python anywhere.
I am trying to create a script that allows me to read data from a remote location. I am currently using, for that, a National Instruments 9234 with an accelerometer. My script is using dash plotly and nidaqmx. I was following a step by step tutorial , from "Charming data", and so far, the program gets deployed. However, when I click on the button that activates the nidamx part, there are no readings. Previously I was trying as well to deploy this app using Heroku, and it's the same problem; script gets deployed but the button is not working. In Heroku it tells me that the nidaqmx library is not being recognized, here I checked the logs, but I can't find any errors. You have my permission to check out my code.