There are various versions of Anaconda Python available in the Start menu on WTS. In each version, there are a few programs to select from. Depending on the version that you select, some of the programs may not be available.
| Program | Description |
|---|---|
| Anaconda Navigator | GUI that allows you to launch applications, search for packages, or manage your project. Also includes a Learning section that covers various Python topics. |
| Anaconda Prompt | Command prompt with base Python virtual environment activated. |
| Jupyterhub | Web-based interactive computing notebook environment. |
| PyMOL | Molecular visualization system. |
| Python | Interactive Python environment. |
| Spyder | Python IDE that offers advanced editing, interactive execution, debugging, and more. |