Other Parts Discussed in Thread: ALP
Can you import any python library such as matplotlib or numpy into the analog launchpad software?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Nicholas,
Good question, Analog LaunchPad (ALP) is a closed environment that runs Python v2.4.4.
A separate executable can be called from the ALP scripting tab to run a virtual Python environment with a more recent version of Python (such as 3.7.2) where scripts that utilize modules matplotlib and numpy can be run.
I hope this helps!
Best,
Miguel