Installing Spyder
Spyder is included with Anaconda Distribution and can be installed using Navigator. To use Spyder with Miniconda, you must install the Spyder package on the command line.Launching Spyder
Launch Spyder using either Navigator or a command line terminal:Creating and activating a conda environment
Before starting your Python project, Anaconda recommends creating a to isolate your project’s software packages and manage their dependencies. For more information about creating and activating a conda environment, see Environments.Selecting your environment’s Python interpreter
To ensure your code has access to the correct code completion and type information for your project, you must activate the conda environment associated with your project and select it as the Python interpreter in Spyder.If you launched Spyder from an environment that does not contain the correct version of Python for your project, select the correct environment in the status bar.
- Open Spyder.
-
Select the Python interpreter in the status bar.

- Under Python Interpreter, select Selected interpreter.
- Select your preferred environment.
- Click OK.
