Launching Spyder from Anaconda prompt
11:56 11 Jun 2020

I just installed a fresh version of Anaconda (never installed before). I created a project called snowflakes and activated it from the command line.

Following along with the tutorial "Getting started with Anaconda", it say's that when in a environment you can launch the Spyder IDE (came with Anaconda) by typins spyder. However when I try to do this I get:

enter image description here

Did I miss anything during setup? If so how would I fix this? I have no idea where spyder is installed in case I need to add it to my path variables in Windows.

python command-line anaconda conda spyder