papermill icon indicating copy to clipboard operation
papermill copied to clipboard

Docs: How to apply tags section for different notebook interfaces

Open MSeal opened this issue 6 years ago • 2 comments

We get questions about how to assign the parameters tag to cells in different notebook interfaces. A quick description (maybe with pics/gifs) of how to edit cell tags for common UIs would be helpful to users.

Likely we'd want this in both readthedocs as well.

MSeal avatar Aug 29 '18 17:08 MSeal

👍 for docs on how to do this in JupyterLab.

For classic jupyter notebook:

screen shot 2018-09-14 at 19 41 59

betatim avatar Sep 14 '18 17:09 betatim

For jupyterlab you can install the celltags extension or edit the cell metadata

{ "tags": [ "parameters" ] }

michaelnt avatar Sep 18 '18 09:09 michaelnt