Why do I need to pick a Python or R version?
Option | Description | Required packages |
---|---|---|
Terminal | Opens a shell session (bash , cmd , or PowerShell, depending on OS) with the environment activated. Use it for CLI tools or shell commands. | None |
Python interpreter | Launches the standard python REPL inside the environment. Useful for quick checks or running scripts. | None |
IPython Console | Starts an enhanced interactive Python shell. | ipython |
Jupyter Notebook | Opens Jupyter Notebook in your default browser, letting you create and run notebook files. | notebook |
base
environment because the process can generate an incomplete clone of the environment, which could cause errors while using Navigator or conda. For these reasons, Anaconda Navigator does not allow you to clone your base environment.environment.yml
file and shared it with you, and you want to reproduce their environment on your machine.environment.yml
file with you, or you have backed up an environment locally:.yml
file you want to import.
<ENV_NAME>_YYYYMMDD.yml
.