> For the complete documentation index, see [llms.txt](https://sdc-james.gitbook.io/onebook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdc-james.gitbook.io/onebook/2.-1/1.6./untitled-16.md).

# 2.5.3.     스파이더(Spyder)

\
Spyder는 Anaconda 배포본에 포함되어 있는 IDE입니다. 에디터와 콘솔을 지원하기 때문에 디버깅 작업을 편하기 수행할 수 있습니다. 또한, 프로젝트, 디버깅, 헬프, 변수 보기(variable explorer) 등 다양한 편의기능을 제공합니다. 편집기에서 편집하다가 스크립트를 전체 수행하거나 일부 영역을 선택한 후 그 부분만 수행할 수 있습니다. 과학기술계산용으로 특화되었습니다.

Spyder는 Python으로 작성되었습니다. Spyder에서 PyCharm과 비교하여 가장 큰 장점은 변수 탐색기가 있다는 것입니다.

![](/files/-LbMyGWnv_YXiJjkrJWP)


---

# 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://sdc-james.gitbook.io/onebook/2.-1/1.6./untitled-16.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.
