Launching Spyder
After installing Anaconda and creating and activating your environment, you can start Spyder on Windows, macOS, or Linux. Launch Spyder using either Navigator or a command line terminal:Spyder is only available by default in your base . For any other environments you have open in Navigator or your CLI, you may need to install Spyder in that environment.
You can also use Spyder with Miniconda. Use
You can also use Spyder with Miniconda. Use
conda install spyder to install the Spyder package, as it does not come with Miniconda automatically.Spyder errors or failure to launch on Windows
Cause
This may be caused by errors in the Spyder setting and configuration files.
Solution
- Close and relaunch Spyder and see if the problem remains.
- Open the Start Menu and then click Reset Spyder Settings and see if the problem remains.
-
Close Spyder and relaunch it from Anaconda Prompt with the following command:
-
Delete the directory
.spyder2and then repeat the first item in this list. Depending on your version of Windows,.spyder2may be inC:\Documents and Settings\<USERNAME>or inC:\Users\<USERNAME>.Replace<USERNAME>with your Windows username as it appears in theDocuments and SettingsorUsersfolder.
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.- Open Spyder.
-
Select Completions in the status bar.

- Select Use the following Python interpreter.
- Select your preferred environment.
- Click Ok.
