---
title: Manage notebooks
description: View, update, and delete notebooks.
url: https://docs.influxdata.com/influxdb/v2/tools/notebooks/manage-notebooks/
estimated_tokens: 303
product: InfluxDB OSS v2
version: v2
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb/v2/tools/notebooks/manage-notebooks/
date: '2025-04-02T15:54:32-06:00'
lastmod: '2025-04-02T15:54:32-06:00'
---

This page documents an earlier version of InfluxDB OSS.[InfluxDB 3 Core](/influxdb3/core/) is the latest stable version.

#### API token hashing is enabled by default in InfluxDB OSS 2.9.0

Stronger token security: tokens are stored as hashes on disk, so a
copy of the database file doesn’t expose usable tokens. Existing
tokens are hashed on first startup and the original strings can’t
be recovered afterward — **capture any plaintext tokens you still
need before you upgrade**.

For more information, see [Token hashing](/influxdb/v2/admin/tokens/#token-hashing).

Manage your notebooks in the UI:

* [View or update a notebook](#view-or-update-notebooks)

* [Delete a notebook](#delete-a-notebook)

## View or update notebooks

1. In the navigation menu on the left, click **Notebooks**.

   Notebooks

   A list of notebooks appears.

2. Click a notebook to open it.

3. To update, edit the notebook’s cells and content. Changes are saved automatically.

## Delete a notebook

1. In the navigation menu on the left, click **Notebooks**.

   Notebooks

2. Hover over a notebook in the list that appears.

3. Click **Delete Notebook**.

4. Click **Confirm**.

[notebooks](/influxdb/v2/tags/notebooks/)
