After some help, I successfully installed this API client, which I have been using in a program on my local machine. https://tda-api.readthedocs.io/en/latest/index.html However, once installed, when I run my code that has "import TDA" as a call, I keep getting a message ModuleNotFoundError: No module named 'tda'
So, I am curious how to reference it in this cloud environment. I am further curious where to even locate it, as spinning around my directories does not seem to show anything related to the installation....
Thanks!