> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qbraid.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Kernels

## Add and remove kernels

The IPython kernel is the Python execution backend for Jupyter.

Under **Environments**, choose an environment, and expand its panel. Click **Add kernel** to create an ipykernel for the environment.
This is a necessary step before running code in a Jupyter Notebook using a given environment.

Once "active", click **Remove kernel** to remove the environment's ipykernel from the launcher.

<Frame>
  <video src="https://storage.googleapis.com/qbraid-static-assets/qbraid-docs/lab/add-remove-kernel.mp4" autoPlay muted loop playsInline width="100%" />
</Frame>
