Navigator supports the same operating systems as Anaconda Distribution. These include:
Windows 10 x86_64 or later
macOS 10.14 or later, 64-bit
Ubuntu 18 or later/Centos7 or later, 64-bit
The most current installation of Navigator also supports Python versions 3.9 or later.
Using Navigator with a network firewall?
To use Navigator in online mode , you must be able to reach the following sites:
https://repo.anaconda.com
for repositories and installers
https://anaconda.org
(and its subdomains https://conda.anaconda.org
and https://pypi.anaconda.org
) for conda-forge and other channels on anaconda.org
https://anaconda.cloud
(Navigator versions 2.6.5 and older) for application tiles and learning and community cards
https://anaconda.com
(Navigator versions 2.6.6 and later) for application tiles and learning and community cards
If necessary, add these URLs to an allowlist in your network’s firewall settings.
To use Navigator in offline mode, see Enabling offline mode .
Installing Navigator
Navigator is automatically installed when you install Anaconda Distribution .
If you have Miniconda , install Navigator manually into your base environment by opening Anaconda Prompt (Terminal on macOS/Linux) and running the following command:
conda install anaconda-navigator
View the packages in your base environment to confirm Navigator is installed:
conda list --name base anaconda-navigator