From d2c539fdbc492ca7d1cc779acde7a57274c5c0ed Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Tue, 21 Mar 2017 17:04:08 +0000 Subject: [PATCH] Explain how to use cell tags in changelog --- docs/source/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index b3424247b..08092d757 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -46,7 +46,8 @@ There is a new cell toolbar for adding *cell tags* (:ghpull:`2048`): Cell tags are a lightweight way to customise the behaviour of tools working with notebooks; we're working on building support for them into tools like `nbconvert `__ and `nbval -`__. +`__. To start using tags, +select *Tags* in the *View*, *Cell Toolbar* menu in a notebook. The UI for editing cell tags is basic for now; we hope to improve it in future releases.