> For the complete documentation index, see [llms.txt](https://hs764.gitbook.io/cee-5735/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hs764.gitbook.io/cee-5735/anaconda.md).

# Anaconda

- [Getting started](https://hs764.gitbook.io/cee-5735/anaconda/installation.md): Anaconda is a Python distribution that includes many common packages for data science and a package management system (conda). Using Anaconda is convenient and recommended in this course.
- [Managing conda environments](https://hs764.gitbook.io/cee-5735/anaconda/managing-conda-environments.md): Conda is a package management system that helps install, update & delete packages in seperate environments.
- [Using Navigator](https://hs764.gitbook.io/cee-5735/anaconda/managing-conda-environments/using-navigator.md): Anaconda Navigator is a graphical user interface (included in your installation of Anaconda) that lets you to access applications and manage conda environments without using Terminal.
- [Using Terminal](https://hs764.gitbook.io/cee-5735/anaconda/managing-conda-environments/using-terminal.md): Alternatively, conda environments can managed using Terminal. In fact, everything on the GUI can be done with command lines. If you don't feel comfortable with this, you can use Anaconda Navigator.
- [Issues using zsh shell](https://hs764.gitbook.io/cee-5735/anaconda/managing-conda-environments/zsh.md): Anaconda is installed with bash, so you may run into problems using conda if your OS shell is zsh. Here are some solutions:
- [Jupyter Notebook](https://hs764.gitbook.io/cee-5735/anaconda/jupyter-notebook.md): Jupyter notebook is a web application for developing, documenting, & sharing code. It's become pretty popular among data scientists for visualizing & analyzing datasets, but there's some limitations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hs764.gitbook.io/cee-5735/anaconda.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
