# ノートブックの作成方法?

**ビデオ**

{% embed url="<https://youtu.be/d8JFJy7GcGM?si=823ZQaK5aVZuIqko>" %}

**CPUに接続されたノートブックを作成する**

<figure><img src="https://fptcloud.com/wp-content/uploads/2025/09/Screenshot-2025-09-24-at-15.45.42.png" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

* **+ボタン**をクリック (1)
* **CPUノートブック**を選択 (2)
  {% endstep %}

{% step %}
&#x20;ノートブックの準備が整ったら：

* ノートブックには以下が表示され `"CPU (free) | idle"` 左下に表示されます。
* 選択したフレーバーは、右上のカーネル設定メニューの「**実行中カーネル**」セクションに選択済  \
  みとして表示されます。
  {% endstep %}

{% step %}
&#x20;コーディングを開始 😉
{% endstep %}
{% endstepper %}

***

**GPU接続ノートブックの作成**

<figure><img src="https://fptcloud.com/wp-content/uploads/2025/09/Screenshot-2025-09-24-at-15.45.42.png" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}
開始前に、アカウントに少なくとも以下のクレジットが十分にあることを確認してください\
時間分のGPUコストをカバーできる十分なクレジットがあることを確認してください。詳細なガイドは[こちら](https://fptcloud.com/en/documents/ai-notebook/?doc=create-notebook)をご覧ください 。
{% endstep %}

{% step %}
希望のGPUを搭載したノートブックを選択(3)&#x20;
{% endstep %}

{% step %}
確認ポップアップで「**Confirm**」を選択

<figure><img src="https://fptcloud.com/wp-content/uploads/2025/09/image-6.png" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
ノートブックの準備が整うまで約1～2分お待ちください。
{% endstep %}

{% step %}
ノートブックの準備が整ったら：

* ノートブックには以下が表示され `"GPU flavor name | idle"` 左下に表示されます。
* Y選択したフレーバーは、右上のカーネル設定メニューの「**実行中のカーネル**」セクションで選択済みとして表示されます。
  {% endstep %}

{% step %}
コーディングを開始 😉
{% endstep %}
{% endstepper %}


---

# 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://ai-docs.fptcloud.com/ai-factory-guideline-jp/other/aintobukku/chtoriaru/ntobukkuno.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.
