# ノートブックを新規/既存カーネルに接 続する方法?

#### ビデオ

{% embed url="<https://youtu.be/TYotRXTb2WE?si=7V6P3K9FI1w0_MR9>" %}

{% stepper %}
{% step %}
カーネル設定メニューを開く\
ノートブック IDE で、**カーネル設定メニュー**（右上）を開きます。

<figure><img src="/files/XBZEQeVMU1FNo0KzqCKB" alt="" width="563"><figcaption></figcaption></figure>

<table><thead><tr><th width="100">オプション</th><th>説明</th><th>使用タイミング</th></tr></thead><tbody><tr><td>実行中のカーネル</td><td>既存のアクティブなカーネル（例<br>：Python 3）に接続します。</td><td>作業を迅速に再開し、リソースを<br>節約。</td></tr><tr><td>他のカーネルを起動</td><td>選択したGPUリソース（1x、2x<br>、4x、8x H200）で新しいカーネ<br>ルを起動します。</td><td>新しい実験や重いワーク<br>ロード。</td></tr><tr><td>カーネルなし</td><td>計算を実行せずにノートブックを<br>開く。</td><td>実行せずにコードを表示または編<br>集する。</td></tr></tbody></table>
{% endstep %}

{% step %}
**ステップ2a:** 新しいカーネルを起動する

1. 「**その他のカーネルを起動**」で、必要な GPU タイプを選択します。
2. **確認**をクリックし、確認ポップアップを承認します。\
   [![Alt text](https://fptcloud.com/wp-content/uploads/2025/09/image-6.png)](https://fptcloud.com/wp-content/uploads/2025/09/image-6.png)
3. ノートブックの準備が整うまで約**1～2分**待ちます。
4. 接続が完了すると、新しいカーネルが「**実行中のカーネル**」に表示されます。

***

**ステップ 2b:** 既存のカーネルに切り替える

1. 「**実行中のカーネル**」で、接続したいカーネルを選択してください。
2. ノートブックの準備が整うまで約**1～2分**待ちます。
3. 接続が完了すると、選択したカーネルが「**実行中のカーネル**」に表示されます。
   {% 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/ntobukkuwokneruni-suru.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.
