47 lines
1.3 KiB
Markdown
47 lines
1.3 KiB
Markdown
|
|
Manage your notebooks in the UI:
|
|
|
|
- [View or update a notebook](#view-or-update-notebooks)
|
|
{{% show-in "cloud,cloud-serverless" %}}- [Share a notebook](#share-a-notebook){{% /show-in %}}
|
|
{{% show-in "cloud,cloud-serverless" %}}- [Unshare a notebook](#unshare-a-notebook){{% /show-in %}}
|
|
- [Delete a notebook](#delete-a-notebook)
|
|
|
|
## View or update notebooks
|
|
|
|
1. In the navigation menu on the left, click **Notebooks**.
|
|
|
|
{{< nav-icon "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.
|
|
|
|
{{% show-in "cloud,cloud-serverless" %}}
|
|
|
|
## Share a notebook
|
|
|
|
1. In the navigation menu on the left, click **Notebooks**.
|
|
|
|
{{< nav-icon "notebooks" >}}
|
|
|
|
2. Click the notebook to open it, and then click the **{{< icon "share" >}}** icon.
|
|
3. Select an API token with read-access to all resources in the notebook,
|
|
and then click the **{{< icon "check" >}}** icon.
|
|
4. Share the generated notebook URL as needed.
|
|
|
|
## Unshare a notebook
|
|
|
|
To stop sharing a notebook, select **{{< icon "trash" >}}** next to the shared notebook URL.
|
|
|
|
{{% /show-in %}}
|
|
|
|
## Delete a notebook
|
|
|
|
1. In the navigation menu on the left, click **Notebooks**.
|
|
|
|
{{< nav-icon "notebooks" >}}
|
|
|
|
2. Hover over a notebook in the list that appears.
|
|
3. Click **Delete Notebook**.
|
|
4. Click **Confirm**.
|