# Notebook terminals

> Notebook terminals - Describes the terminal integration available for DataRobot Notebooks.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-04-24T16:03:56.544669+00:00` (UTC).

## Primary page

- [Notebook terminals](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/code-nb/dr-terminal-nb.html): Full documentation for this topic (HTML).

## Sections on this page

- [Create a terminal window](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/code-nb/dr-terminal-nb.html#create-a-terminal-window): In-page section heading.
- [Manage a terminal window](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/code-nb/dr-terminal-nb.html#manage-a-terminal-window): In-page section heading.

## Related documentation

- [Classic UI documentation](https://docs.datarobot.com/en/docs/classic-ui/index.html): Linked from this page.
- [Notebooks](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/index.html): Linked from this page.
- [Notebook coding experience](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/code-nb/index.html): Linked from this page.
- [notebook environment is running](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/code-nb/dr-env-nb.html#manage-the-notebook-environment): Linked from this page.

## Documentation content

# Notebook terminals

DataRobot notebooks support integrated terminal windows. When you have a notebook session running, you can open one or more integrated terminals to execute terminal commands such as running .py scripts or installing packages. Terminal integration also allows you to have full support for a system shell (bash) so you can run installed programs.

## Create a terminal window

To create a terminal window in a DataRobot notebook, first ensure that the [notebook environment is running](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/code-nb/dr-env-nb.html#manage-the-notebook-environment).

From the sidebar, select the terminal icon at the bottom of the page to create a new terminal window.

After creating a window, the notebook page divides into two sections: one for the notebook itself, and another for the terminal.

> [!NOTE] Note
> Note that terminal windows only last for the duration of the notebook session and they will not persist when you access the notebook at a later time.

### Manage a terminal window

You can manage the terminal window in a variety of ways:

|  | Element | Description |
| --- | --- | --- |
| (1) | Rename terminal window | To rename the terminal window window, select the pencil icon next to the window name. |
| (2) | Add new terminal window | To add an additional terminal session, click the plus sign (+) next to the terminal window name. This will create an additional terminal window as a tab, allowing you to work in multiple windows simultaneously. |
| (3) | Page divider | Use the page divider to manage the size of the notebook and terminal sections of the page. |
| (4) | Fullscreen | Click to view the terminal on the full page and hide the notebook in session. |

> [!NOTE] Note
> Terminal instances and the notebook itself share the same current working directory.
