I open an Anaconda Prompt(anaconda3) and change directory to where my .py file is located. (base) c:\Users\mylaptop\anaconda3\Scripts>. Then I input the name of the .py file: (base) c:\Users\mylaptop\anaconda3\Scripts>python Untitled.py. I hit enter but the output is (base) c:\Users\mylaptop\anaconda3\Scripts>. I’m expecting it to give me a url to which I can go to open a file but the url is not given in the output. Help!
Hard to say without knowing what’s in Untitled.py
. It’s possibly a bug in your Python code and not a conda issue.