> ## 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.

# Integrated development environments

Anaconda and Miniconda work with popular IDEs, letting you choose the development environment that fits your workflow and configure it for conda environments. Follow these guides to learn how to select Anaconda as your Python interpreter and add packages to your projects.

<Note>
  IDEs often require you to specify the path to your Python interpreter. For more information, see [finding your Anaconda Python interpreter path](/getting-started/guides/ides/python-path).
</Note>

<CardGroup cols={2}>
  <Card title="JupyterLab" icon="book-open" href="https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html">
    Interactive notebooks for exploratory data science and visualization
  </Card>

  <Card title="PyCharm" icon="code" href="/getting-started/guides/ides/pycharm">
    Full-featured Python IDE with advanced debugging, testing, and refactoring tools
  </Card>

  <Card title="Spyder" icon="chart-line" href="/getting-started/guides/ides/spyder">
    Scientific IDE designed specifically for data science with integrated variable explorer and debugging
  </Card>

  <Card title="Visual Studio Code" icon="sidebar" href="/getting-started/guides/ides/vscode">
    Lightweight, extensible editor with rich Python support through extensions
  </Card>
</CardGroup>

## Deprecated IDEs

The following IDE guides have been deprecated and may be out of date. While they're still available for reference, Anaconda recommends using one of the actively supported IDEs above.

* [Eclipse and PyDev](/getting-started/guides/ides/eclipse-pydev)
* [IDLE](/getting-started/guides/ides/idle)
* [IntelliJ](/getting-started/guides/ides/intellij)
* [Ninja](/getting-started/guides/ides/ninja)
* [Python Tools for Visual Studio (PTVS)](/getting-started/guides/ides/python-ptvs)
* [Sublime Text](/getting-started/guides/ides/sublime)
* [Wing](/getting-started/guides/ides/wing)
