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

  1. Start Navigator with the anaconda-navigator command or open it from your system launcher.
  2. Open Environments to create and activate an environment and choose a Python version if needed.
  3. Use the package list and search to install, upgrade, or remove packages in the active environment.
  4. Launch an application such as Spyder or Jupyter Notebook from Home.
  5. Optionally export an environment to help reproduce it on another system.

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.

basics data-science tools

For additional information on related topics, take a look at the following resources:


By Leodanis Pozo Ramos • Updated Feb. 17, 2026