# 코드 스페이스 생성

공유 볼륨 생성한 걸 바탕으로 코드 스페이스 생성을 해보겠습니다.

### 1. 메뉴에서 **개발 - 코드스페이스** 진입

<figure><img src="/files/jekAou2pnfr8073FPJD2" alt=""><figcaption></figcaption></figure>

### **2. 코드 스페이스 생성 버튼** 클릭

<figure><img src="/files/KfMhrV6sUK0t051FtEj5" alt=""><figcaption></figcaption></figure>

제목, 관리그룹, 도커 이미지, 인스턴스 타입, GPU 할당량, 공유 볼륨을 상황에 맞게 선택하면 됩니다.

<figure><img src="/files/nMdmoeZyIDm7yJ5bElwk" alt=""><figcaption></figcaption></figure>

설정 예시입니다.

### **3. 코드 스페이스 생성 확인**

<figure><img src="/files/pe5E1PY7p4g33wutqSIT" alt=""><figcaption></figcaption></figure>

코드 스페이스 생성이 완료되셨다면 목록에서 확인하실 수 있습니다. 더블 클릭으로 상세 페이지로 접근이 가능합니다.

### **4. 코드 스페이스 상세 페이지**

<figure><img src="/files/YcLkCXjNnXW1KOcytXG2" alt=""><figcaption></figcaption></figure>

**코드 스페이스 상세 페이지입니다. 코드 스페이스 시작, 중지, 삭제, 수정을 할 수 있습니다.**

### **5. 코드 스페이스 시작**

<figure><img src="/files/IwsloSuacjIrrVEBMYm8" alt=""><figcaption></figcaption></figure>

시작 버튼을 눌러서 코드 스페이스 배포를 할 수 있습니다. 연결에 보이는 VSCode, Jupyter, JupyterLab을 클릭하시면 원하는 IDE로 연결하여 들어갈 수 있습니다.

### **6. 코드 스페이스 연결**

<figure><img src="/files/BavJQuHBZcyVTiCMIUR0" alt=""><figcaption></figcaption></figure>

예시로 JupyterLab에 들어간 화면입니다.

<figure><img src="/files/goE8hL1IPPOfiL7Zo8cB" alt=""><figcaption></figcaption></figure>

제대로 실행되는 것을 확인하실 수 있습니다.


---

# Agent Instructions: 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:

```
GET https://genos-docs.gitbook.io/default/v1.8.5/basic-tutorials/guides/development/code_space/create_code_space.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
