Papermill: Docs: How to apply tags section for different notebook interfaces

Created on 29 Aug 2018  路  2Comments  路  Source: nteract/papermill

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.

docs new-contributor-friendly

Most helpful comment

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

{ "tags": [ "parameters" ] }

All 2 comments

馃憤 for docs on how to do this in JupyterLab.

For classic jupyter notebook:

screen shot 2018-09-14 at 19 41 59

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

{ "tags": [ "parameters" ] }

Was this page helpful?
0 / 5 - 0 ratings