Anaconda Navigator
Anaconda Navigator is a desktop graphical interface included with the Anaconda Distribution that lets you launch tools and manage Conda packages, environments, and channels without using the command line or terminal.
Installation and Setup
Navigator is installed with the Anaconda Distribution. If you use Miniconda, install it into the base environment and launch it as follows:
Shell
$ conda install --name base anaconda-navigator
$ anaconda-navigator
Key Features
- Creates, activates, removes, updates, and exports conda environments, including environments with different Python versions using a GUI.
- Browses and updates packages in the active environment, using the channels you’ve configured.
- Launches applications, such as Spyder and Jupyter Notebook.
- Manages channels and repository connections.
- Supports firewall-restricted setups via allowlisting and an offline mode when needed.
Usage
- Start Navigator with the
anaconda-navigatorcommand or open it from your system launcher. - Open Environments to create and activate an environment and choose a Python version if needed.
- Use the package list and search to install, upgrade, or remove packages in the active environment.
- Launch an application such as Spyder or Jupyter Notebook from Home.
- Optionally export an environment to help reproduce it on another system.
Related Resources
Tutorial
Spyder: Your IDE for Data Science Development in Python
Learn how to use the Spyder IDE, a Python code editor built for scientists, engineers, and data analysts working with data-heavy workflows.
For additional information on related topics, take a look at the following resources:
- Jupyter Notebook: An Introduction (Tutorial)
- Using Jupyter Notebooks (Course)
By Leodanis Pozo Ramos • Updated Feb. 17, 2026