Anaconda Navigator

Anaconda Navigator Keyboard Shortcuts

Anaconda Navigator keyboard shortcuts. Environment management and package installation shortcuts.

20
Shortcuts
4
Categories
Free
100% Free

Environment Management 6

Ctrl+N
New Environment
Create new Conda environment.
Ctrl+I
Install Package
Install selected package.
Ctrl+U
Update Package
Update package.
Ctrl+R
Remove Package
Remove selected package.
Ctrl+E
Export Environment
Export environment to YAML file.
Ctrl+Shift+I
Import Environment
Import environment from YAML file.

Applications 4

Ctrl+L
Launch Jupyter Lab
Launch Jupyter Lab.
Ctrl+J
Launch Jupyter Notebook
Launch Jupyter Notebook.
Ctrl+S
Launch Spyder
Launch Spyder IDE.
Ctrl+V
Launch VS Code
Launch Visual Studio Code.

Navigation 6

Ctrl+H
Home
Go to Home tab.
Ctrl+Shift+E
Environments
Go to Environments tab.
Ctrl+Shift+L
Learning
Go to Learning tab.
Ctrl+Shift+C
Community
Go to Community tab.
Ctrl+F
Search
Search for packages or environments.
Ctrl+R
Refresh
Refresh current view.

General 4

Ctrl+Q
Quit
Quit Anaconda Navigator.
F1
Help
Open help.
Ctrl+,
Settings
Open settings.
Ctrl+Shift+R
Restart
Restart Navigator.
📄 View Printable Cheat Sheet — Download as PDF or print
No shortcuts found
Copied!
🔧 Spotted an error or a missing shortcut? Suggest an edit on GitHub — every accepted fix goes live on this page, the API and the CLI.

Navigator is a cockpit for conda

These are Anaconda Navigator shortcuts — the desktop cockpit over the conda engine. Environment work maps to chords: Ctrl + N creates a new environment, Ctrl + I installs a package into the selected one, Ctrl + U updates and Ctrl + R removes. The pair that saves projects later is Ctrl + E and Ctrl + Shift + I — export an environment to a file and import one back, which is how a working setup travels to a colleague's machine or a fresh install.

The launcher keys start tools inside the selected environment: Ctrl + L for JupyterLab, Ctrl + J for the classic Notebook, Ctrl + S for Spyder, Ctrl + V for VS Code. That context is the point — the tool opens with exactly the packages of the environment you highlighted, no manual activation.

Getting around, and out

Section navigation runs on Ctrl + H (Home), Ctrl + Shift + E (Environments), Ctrl + Shift + L (Learning), and Ctrl + Shift + C (Community), with Ctrl + F searching and Ctrl + R refreshing the current view. Ctrl + , opens preferences, F1 help, Ctrl + Shift + R restarts Navigator when it wedges, and Ctrl + Q quits it cleanly.

Frequently asked questions

Are these the same as conda commands in the terminal?

They drive the same engine. Everything Navigator does — creating environments, installing packages — is conda underneath, and environments made either way appear in both places. Navigator adds the visual layer; the terminal adds scriptability. Ctrl + E's export is the GUI face of the same environment file the CLI produces.

What is the exported environment file for?

Reproducibility. Ctrl + E writes the environment's package list to a file; Ctrl + Shift + I rebuilds an identical environment from one. Commit that file with a project and anyone can recreate your exact setup, which is the standard cure for works-on-my-machine problems.

Ctrl + R seems to do two different things. Which is it?

Both, by context: with a package selected in an environment's package list it removes that package, while in a browsing view it refreshes. If a chord surprises you, check what has focus before pressing — Navigator scopes several shortcuts to the active pane.

Why launch Jupyter from Navigator instead of the terminal?

Because Ctrl + L launches it pre-wired to the highlighted environment — correct Python, correct packages, no activate step to forget. From a terminal you get the same result only after activating the environment yourself; Navigator simply removes that failure mode.

Navigator is stuck or sluggish. What is the quick fix?

Ctrl + Shift + R restarts it in place, which clears most UI wedges; Ctrl + Q followed by a fresh launch is the fuller reset. Neither touches your environments — they live on disk and reappear intact.

🤖 Ask AI about Anaconda Navigator shortcuts

Open your assistant with this page preloaded as the source — great for follow-up questions like "which of these work in other apps?"

ChatGPT Claude Perplexity Gemini Grok