Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Contribute/content/code-in-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ You can reference a cell in a Jupyter notebook as a code snippet. In order to re

1. Name the cell by adding cell metadata in the Jupyter notebook.

* In Jupyter, you can [edit cell metadata](https://jupyterbook.org/content/metadata.html#adding-tags-using-notebook-interfaces) by first enabling the the cell toolbar: **View > Cell Toolbar > Edit Metadata**.
* In Jupyter, you can [edit cell metadata](https://jupyterbook.org/stable/execution/execution/#label-reference-and-embed-an-output) by first enabling the the cell toolbar: **View > Cell Toolbar > Edit Metadata**.
* Once the cell toolbar is enabled, select **Edit Metadata** on the cell you wish to name.
* Or you can edit metadata directly in the notebook's JSON structure.

Expand Down