Hi all,
I’ve recently starting using DASH (it’s great). At first I used the root( base) environment in Anaconda.
I coded a test app, and dragged the python file into Command Prompt, it then hosted the dash locally. Which worked fine!
However, I have now created an environment in anaconda, specially for my dashboard. I have now, through a lot of pain, pointed Spyder ( the IDE i’m using ), to my new environment. This seems to working okay ( i’m able to import required packages)
Where i’m now having issues is running the python file from command Prompt, it cant seem to find the packages required for the script to run. (e.g dash, and others).
My question is how do run the python script from command line, (via a specific environment).
PLEASE HELP! I’ve been wrecking my brains on this for a few days now!!
Thanks,