# DataRobot Notebooks

> DataRobot Notebooks - Read documentation for DataRobot's notebook platform.

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.544934+00:00` (UTC).

## Primary page

- [DataRobot Notebooks](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/index.html): Full documentation for this topic (HTML).

## Sections on this page

- [Access to notebooks](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/index.html#access-to-notebooks): In-page section heading.
- [Notebook workflow overview](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/index.html#notebook-workflow-overview): In-page section heading.
- [Notebook management](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/index.html#notebook-management): In-page section heading.
- [Notebook coding experience](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/index.html#notebook-coding-experience): In-page section heading.
- [Browser compatibility](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/index.html#browser-compatibility): In-page section heading.

## Related documentation

- [Classic UI documentation](https://docs.datarobot.com/en/docs/classic-ui/index.html): Linked from this page.
- [notebook reference](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/notebook-faq-classic.html): Linked from this page.
- [Create notebooks](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/manage-nb/dr-create-nb.html): Linked from this page.
- [Notebook settings](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/manage-nb/dr-settings-nb.html): Linked from this page.
- [Notebook versioning](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/manage-nb/dr-revise-nb.html): Linked from this page.
- [Environment management](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/code-nb/dr-env-nb.html): Linked from this page.
- [Create and execute cells](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/code-nb/dr-cell-nb.html): Linked from this page.
- [Cell actions](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/code-nb/dr-action-nb.html): Linked from this page.
- [Code intelligence](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/code-nb/dr-code-int.html): Linked from this page.

## Documentation content

# Notebooks

### Access to notebooks

Notebooks offer an in-browser editor to create and execute code for data science analysis and modeling. They also display computation results in various formats, including text, images, graphs, plots, tables, and more. You can customize output display by using open-source plugins. Cells can also contain Markdown rich text for commentary and explanation of the coding workflow.

For frequently asked questions, feature considerations, and additional reading, view the [notebook reference](https://docs.datarobot.com/en/docs/classic-ui/dr-notebooks/notebook-faq-classic.html) documentation.

### Notebook workflow overview

```
graph TB
  A[Create a DataRobot notebook]
  A --> |New notebook|C[Add a new notebook]
  A --> |Existing notebook|D[Upload an .ipynb notebook];
  C --> E{Configure the environment}
  D --> E
  E --> F[Start the notebook session]
  F --> G[Edit the notebook]
  G --> |Writing guidelines?|H[Create and edit Markdown cells]
  G --> |Coding?|I[Reference code snippets and create code cells]
  H --> J[Run the notebook]
  I --> J
  J --> K[Create a revision history]
```

### Notebook management

| Topic | Description |
| --- | --- |
| Create notebooks | How to create, import, and export notebooks. |
| Notebook settings | The settings available for notebooks. |
| Notebook versioning | How notebooks are versioned, and how to view the revision history of a notebook. |

### Notebook coding experience

| Topic | Description |
| --- | --- |
| Environment management | How to configure and start the notebook's environment. |
| Create and execute cells | How to create and execute code and Markdown cells in a notebook, and how to integrate DataRobot's API into your coding workflow. |
| Cell actions | Understand the actions and keyboard shortcuts available in a notebook. |
| Code intelligence | Learn about the code intelligence features provided throughout the notebook coding experience. |

## Browser compatibility

> [!NOTE] DataRobot fully supports the latest version of Google Chrome
> Other browsers such as Edge, Firefox, and Safari are not fully supported. As a result, certain features may not work as expected. DataRobot recommends using Chrome for the best experience. Ad block browser extensions may cause display or performance issues in the DataRobot web application.
