> ## Documentation Index
> Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Environments

export const Comments = ({children}) => {
  return <div class="my-4 px-5 py-4 overflow-hidden rounded-2xl flex gap-3 border border-zinc-500/20 bg-zinc-50/50 dark:border-zinc-500/30 dark:bg-zinc-500/10" data-callout-type="comments">
      <div class="w-4">
        <svg width="14" height="14" viewBox="0 0 640 640" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="w-5 h-5" aria-label="Comments">
            <path d="M320 112C434.9 112 528 205.1 528 320C528 434.9 434.9 528 320 528C205.1 528 112 434.9 112 320C112 205.1 205.1 112 320 112zM320 576C461.4 576 576 461.4 576 320C576 178.6 461.4 64 320 64C178.6 64 64 178.6 64 320C64 461.4 178.6 576 320 576zM280 400C266.7 400 256 410.7 256 424C256 437.3 266.7 448 280 448L360 448C373.3 448 384 437.3 384 424C384 410.7 373.3 400 360 400L352 400L352 312C352 298.7 341.3 288 328 288L280 288C266.7 288 256 298.7 256 312C256 325.3 266.7 336 280 336L304 336L304 400L280 400zM320 256C337.7 256 352 241.7 352 224C352 206.3 337.7 192 320 192C302.3 192 288 206.3 288 224C288 241.7 302.3 256 320 256z" />
        </svg>
      </div>
      <div class="text-sm prose min-w-0 w-full">
        {children}
      </div>
    </div>;
};

export const TroubleshootSolution = ({children}) => <>
    <hr className="my-3 w-full" />
    <details className="mt-3">
      <summary className="cursor-pointer font-semibold text-base mb-1">
        Solution
      </summary>
      <div className="mt-2 ml-4" data-component-part="step-content">
        {children}
      </div>
    </details>
  </>;

export const TroubleshootCause = ({children}) => <details className="mt-3 mb-2">
    <summary className="cursor-pointer font-semibold text-base mb-1">
      Cause
    </summary>
    <div className="mt-2 ml-4" data-component-part="step-content">
      {children}
    </div>
  </details>;

export const TroubleshootTitle = ({children}) => <>
    <p className="m-0 font-semibold text-xl leading-tight mb-2" role="heading" aria-level={3}>
      {children}
    </p>
    <hr className="my-3 w-full" />
  </>;

export const Troubleshoot = ({children}) => <div className="callout my-4 px-5 py-4 overflow-hidden rounded-2xl flex gap-3 border troubleshoot-admonition dark:troubleshoot-admonition" data-callout-type="troubleshoot">
    <div className="mt-0.5 w-4">
      <svg width="14" height="14" viewBox="0 0 640 640" fill="currentColor" className="w-4 h-4" aria-label="Troubleshoot">
        <path d="M541.4 162.6C549 155 561.7 156.9 565.5 166.9C572.3 184.6 576 203.9 576 224C576 312.4 504.4 384 416 384C398.5 384 381.6 381.2 365.8 376L178.9 562.9C150.8 591 105.2 591 77.1 562.9C49 534.8 49 489.2 77.1 461.1L264 274.2C258.8 258.4 256 241.6 256 224C256 135.6 327.6 64 416 64C436.1 64 455.4 67.7 473.1 74.5C483.1 78.3 484.9 91 477.4 98.6L388.7 187.3C385.7 190.3 384 194.4 384 198.6L384 240C384 248.8 391.2 256 400 256L441.4 256C445.6 256 449.7 254.3 452.7 251.3L541.4 162.6z" />
      </svg>
    </div>
    <div className="prose min-w-0 w-full">{children}</div>
  </div>;

With Anaconda Toolbox's quick start environments, you can select from a curated collection of packages tailored for specific industries or common workflows. These ready-to-install environments eliminate the need to manually configure dependencies and let you focus on extracting insights from your data rather than managing package compatibility.

<Note>
  Quick start environments are currently only available for the [local version of Toolbox](/tools/anaconda-notebooks/anaconda-toolbox/local-toolbox).
</Note>

## System requirements

* Anaconda Navigator version 2.6 or later.

* Anaconda Toolbox version 4.20.0 or later.

* An internet connection.

* An [Anaconda.com](https://auth.anaconda.com/ui/registration) account.

  <Accordion title="Create an Anaconda.com account">
    ## Creating an account

    [Sign up for an Anaconda.com account](https://auth.anaconda.com/ui/registration)

    <Frame>
      <img src="https://mintcdn.com/anaconda-29683c67/6fJRxAwYs9izUc34/images/create_anaconda_cloud_account.png?fit=max&auto=format&n=6fJRxAwYs9izUc34&q=85&s=2bb62c4d7136d1061f74db1c93877bf1" alt="" width="1922" height="936" data-path="images/create_anaconda_cloud_account.png" />
    </Frame>

    <Tabs>
      <Tab title="Signing up using your email address">
        1. Click **Sign Up with Email**.
        2. Enter your email address and a password that meets the password requirements.
        3. Check your email for a verification message.
        4. Click the verification link in your message to complete account verification.
        5. (Optional) Complete the user survey. This survey helps Anaconda get to know you as a user and improve your experience in the future.
      </Tab>

      <Tab title="Signing up using Google, Microsoft, or GitHub">
        1. Click the button for the service you want to use to authenticate.
        2. Follow the on-screen instructions.
      </Tab>
    </Tabs>

    <Note>
      If your organization has [configured Single Sign-On](/anaconda-platform/cloud/admin/integrations/esso) (SSO) for your email domain, you'll be redirected to your organization's SSO login page.
    </Note>
  </Accordion>

* Adequate disk space for environments.

  <Note>
    Installation times vary based on your internet connection speed.

    ***

    Each quick start environment's size is displayed on its card in Anaconda Toolbox.
  </Note>

  <Warning>
    The `anaconda-ml-ai` environment requires a large amount of disk space. To free up space, Anaconda recommends opening a notebook terminal and running `conda clean --all` to free up space after installation.
  </Warning>

## Quick start environments

Anaconda Toolbox comes with the following quick start environments ready to be installed and used. Each environment includes curated packages for fields that rely on data analytics, helping you discover new tools to optimize workflows and ensuring teams work with identical configurations for seamless collaboration.

<Accordion title="Quick start environment subscription plans">
  | Environment Name          | Description                                                                                                                | Subscription plan<sup>\*</sup> |
  | ------------------------- | -------------------------------------------------------------------------------------------------------------------------- | :----------------------------: |
  | `anaconda-2025.12-py3.13` | 250+ popular data science packages from the [Anaconda metapackage](/getting-started/advanced-install/install-metapackage). |              Free              |
  | `anaconda-finance`        | Essential packages for financial analysis, modeling, and market data visualization.                                        |              Free              |
  | `anaconda-ml-ai`          | Core packages for building and training machine learning and AI models.                                                    |              Free              |
  | `python-starter`          | Start from scratch with Python and [install your own packages](#installing-additional-packages).                           |              Free              |
  | `anaconda-banking`        | Credit risk modeling, regulatory compliance, fraud detection, and stress testing tools.                                    |            Business            |
  | `anaconda-devops`         | Infrastructure automation and deployment tools for modern DevOps workflows.                                                |            Business            |
  | `anaconda-etl`            | Extract, transform, and load data pipelines with Spark, boto3, and modern processing frameworks.                           |            Business            |
  | `anaconda-insurance`      | Actuarial modeling, claims analytics, and catastrophe risk assessment tools.                                               |            Business            |
  | `anaconda-life-sciences`  | Complete genomics, bioinformatics, and molecular analysis toolkit for life sciences and pharma research.                   |            Business            |
  | `anaconda-manufacturing`  | Industrial IoT, predictive maintenance, and quality control analytics tools.                                               |            Business            |
  | `anaconda-nlp`            | Natural language processing with transformers, spaCy, NLTK, and text analysis tools.                                       |            Business            |
  | `anaconda-pytorch`        | PyTorch deep learning framework for neural network development and training.                                               |            Business            |
  | `anaconda-snowflake`      | Native Snowflake connectivity with optimized data processing, analytics, and machine learning.                             |            Business            |
  | `anaconda-web-dev`        | Modern Python web development with FastAPI, Django, Flask, and database integration.                                       |            Business            |

  <Note>
    <sup>\*</sup>Some quick start environments are restricted by subscription plan. See our [pricing page](https://www.anaconda.com/pricing) for subscription plan details.
  </Note>
</Accordion>

### Installing quick start environments

<Tip>
  More of a visual learner? [Sign in to Anaconda.com](https://auth.anaconda.com/ui/login?return_to=https://anaconda.com/app/) and enroll in our free [Quick Start Environments](https://learning.anaconda.com/courses/take/simplifying-python-environment-set-up/lessons/67414331-introduction-to-quick-start-environments) course.
</Tip>

To install a new quick start environment:

1. Select **Create a New Environment**.

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/opbTXGcYjx4zM8zO/images/environments_in_toolbox.png?fit=max&auto=format&n=opbTXGcYjx4zM8zO&q=85&s=654735761e11399c43d453348a293772" alt="Anaconda Toolbox interface showing the Environments section with the 'Create a New Environment' button highlighted" style={{ width: "300px" }} width="698" height="1400" data-path="images/environments_in_toolbox.png" />
   </Frame>

2. Identify the environment you want to install. You can view the packages included in an environment by hovering over the additional packages tag:

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/McsxJLnb_iAXTsa2/images/toolbox_env_packages.png?fit=max&auto=format&n=McsxJLnb_iAXTsa2&q=85&s=15cdecf0470a5a3ab4b687868a8f43eb" alt="" width="3460" height="1920" data-path="images/toolbox_env_packages.png" />
   </Frame>

3. Click <Icon icon="download" iconType="light" /> **Install** on the environment you want to install.

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/McsxJLnb_iAXTsa2/images/toolbox_environment_install.png?fit=max&auto=format&n=McsxJLnb_iAXTsa2&q=85&s=34edd9e2272d0ee51894f73adaa48ba9" alt="" width="3460" height="1920" data-path="images/toolbox_environment_install.png" />
   </Frame>

### Activating quick start environments

To activate a quick start environment:

<Tabs>
  <Tab title="Launcher">
    1. Open the Launcher by selecting the <Icon icon="square-plus" iconType="solid" color="#3874CB" /> blue plus in the top-left corner of the <Icon icon="folder" iconType="solid" /> **File Browser**.
    2. Select the environment under **Notebook**.

    A new notebook opens with the selected environment assigned as the runtime.
  </Tab>

  <Tab title="Toolbox">
    1. Select **Create a New Environment**.
    2. Select <Icon icon="notebook" iconType="light" /> **Open New Notebook** on the installed environment card.

    A new notebook opens with the selected environment assigned as the runtime.
  </Tab>

  <Tab title="Notebook">
    Select the runtime in the top right, then switch to your desired environment in the **Select Runtime** modal.

    <Frame>
      <img src="https://mintcdn.com/anaconda-29683c67/suT8p96bcArryiKX/images/notebook_kernel.png?fit=max&auto=format&n=suT8p96bcArryiKX&q=85&s=441be0b2312258542fb49ea781682821" width="3460" height="1920" data-path="images/notebook_kernel.png" />
    </Frame>
  </Tab>
</Tabs>

## Editing environments with Gator

The Gator JupyterLab extension is an environment and package management tool that provides a <Tooltip tip="A graphical interface with images, icons, and menus that lets you interact with software instead of typing commands.">GUI</Tooltip> for managing your conda environments.

You can use the Gator extension to add, remove, or update packages in an environment. Gator comes bundled with Anaconda Toolbox, so there's no need to install anything to get started.

To edit the packages in a quick start environment:

1. Select **Create a New Environment** in Anaconda Toolbox.

2. Locate the installed environment you want to edit.

3. Select <Icon icon="pencil" iconType="regular" /> **Edit Environment**.

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/McsxJLnb_iAXTsa2/images/toolbox_edit_env.png?fit=max&auto=format&n=McsxJLnb_iAXTsa2&q=85&s=da1069ea4148b589a7eb9c00a8f10bff" alt="" width="3460" height="1920" data-path="images/toolbox_edit_env.png" />
   </Frame>

The Gator environment manager opens in a new tab. From the Gator environment manager, you can [add](#installing-additional-packages), [update](#updating-packages), or [remove](#removing-packages) packages in the environments you've installed.

### Viewing installed packages

Open the filter dropdown menu beside the search bar and select *Installed* to display the packages that are currently installed in the environment.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/6VLBNxmQuUc6ZAMN/images/gator_installed_pkgs.png?fit=max&auto=format&n=6VLBNxmQuUc6ZAMN&q=85&s=30d285ff0084795cbe10bec8483c1b7b" alt="" width="3460" height="1920" data-path="images/gator_installed_pkgs.png" />
</Frame>

### Installing additional packages

1. Open the filter dropdown beside the search bar and select *All* or *Not installed* to display packages that are available to install in the environment.

2. Use the search bar to locate the package you want to install.

3. Select the checkbox beside the package you want to install in the environment.

   <Tip>
     The *Change To*\* field displays **Install** for selected packages.
   </Tip>

4. Select <Icon icon="cart-arrow-down" iconType="solid" /> **Apply package modifications**.

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/6VLBNxmQuUc6ZAMN/images/gator_add_pkgs.png?fit=max&auto=format&n=6VLBNxmQuUc6ZAMN&q=85&s=1350146fc4a46e0385845cb6e58deb2e" alt="" width="3460" height="1920" data-path="images/gator_add_pkgs.png" />
   </Frame>

The selected packages are installed into the environment.

### Updating packages

1. Open the filter dropdown beside the search bar and select *Installed* to display packages that are currently installed in the environment.

2. Use the search bar to locate the package you want to update, or find it in the Packages list.

3. In the **Change To** column, select the version you want to use.

4. Select <Icon icon="cart-arrow-down" iconType="solid" /> **Apply package modifications**.

The package version is changed to the selected version.

### Removing packages

1. Open the filter dropdown beside the search bar and select *Installed* to display packages that are currently installed in the environment.

2. Use the search bar to locate the package you want to remove, or find it in the Packages list.

3. In the **Change To** column, select *Remove*.

4. Select <Icon icon="cart-arrow-down" iconType="solid" /> **Apply package modifications**.

The package is removed from the selected environment.

## Uninstalling quick start environments

<Warning>
  Anaconda recommends uninstalling quick start environments directly from Anaconda Toolbox. Uninstalling a quick start environment via the CLI or Navigator can result in an "Error starting kernel" message. See the [frequently asked question](#cli-or-navigator-gives-error-starting-kernel-message) below for details.
</Warning>

To uninstall an environment from Anaconda Toolbox, select <Icon icon="trash-can" iconType="light" /> **Uninstall**.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/McsxJLnb_iAXTsa2/images/toolbox_environment_uninstall.png?fit=max&auto=format&n=McsxJLnb_iAXTsa2&q=85&s=fc7b738cd4dd3645c60c9e3f74b11d4d" alt="" width="3460" height="1920" data-path="images/toolbox_environment_uninstall.png" />
</Frame>

## Troubleshooting

<Troubleshoot>
  <TroubleshootTitle>
    ### Toolbox environment card says the environment is installed, but no environment in the Launcher or runtime selector
  </TroubleshootTitle>

  <TroubleshootCause>
    The environment might not have fully synchronized with the Launcher or runtime selector yet.
  </TroubleshootCause>

  <TroubleshootSolution>
    First, try refreshing the browser page. If the environment still doesn't appear after refreshing, check the Environments page in Navigator to see if it's available. If the environment is still unavailable after waiting two minutes, close all open Jupyter sessions and restart Jupyter from Navigator or the command line.
  </TroubleshootSolution>
</Troubleshoot>

<Troubleshoot>
  <TroubleshootTitle>
    ### Quickstart environment installation errored
  </TroubleshootTitle>

  <TroubleshootCause>
    Installation errors can occur due to misconfigured channels in your `.condarc` file, organizational policies blocking installation, connectivity issues, or stale Jupyter kernel states.
  </TroubleshootCause>

  <TroubleshootSolution>
    First, check your `.condarc` file and verify that your channels are set to either `defaults` or `conda-forge`. If your channels are set correctly and you're still experiencing issues, check with your administrator to see if they have defined any policies that could be blocking installation.<br /><br />

    If neither of the above resolves the issue, you can try:

    * Refreshing the page
    * Checking your internet connection
    * Shutting down all running Jupyter kernels and restarting your Jupyter instance
  </TroubleshootSolution>
</Troubleshoot>

<Troubleshoot>
  <TroubleshootTitle>
    <h3 id="cli-or-navigator-gives-error-starting-kernel-message">
      CLI or Navigator gives "error starting kernel" message
    </h3>
  </TroubleshootTitle>

  <TroubleshootCause>
    Uninstalling a quick start environment using either the CLI or Navigator can result in an `Error starting kernel: [Errno 2] No such file or directory` message, because the Jupyter kernel references aren't properly removed when the environment is deleted.
  </TroubleshootCause>

  <TroubleshootSolution>
    To resolve this issue:

    1. Open Anaconda Prompt (Terminal in macOS/Linux)
    2. Run:

       ```sh theme={null}
       jupyter kernelspec list
       ```
    3. Find the name of the quick start environment you deleted.
    4. Then run:
       ```sh theme={null}
       jupyter kernelspec uninstall <ENV_NAME>
       ```
           <Comments>
             Replace \<ENV\_NAME> with the name of the deleted environment.
           </Comments>
  </TroubleshootSolution>
</Troubleshoot>
