Path: blob/main/src/resources/schema/cell-attributes.yml
12921 views
- name: label1schema: string2description:3short: "Unique label for code cell"4long: |5Unique label for code cell. Used when other code needs to refer to the cell6(e.g. for cross references `fig-samples` or `tbl-summary`)78- name: classes9schema: string10description: "Classes to apply to cell container"1112- name: renderings13schema:14arrayOf: string15description: "Array of rendering names, e.g. `[light, dark]`"1617- name: tags18tags:19engine: jupyter20schema:21arrayOf: string22description: "Array of tags for notebook cell"2324- name: id25tags:26engine: jupyter27schema: string28description:29short: "Notebook cell identifier"30long: |31Notebook cell identifier. Note that if there is no cell `id` then `label`32will be used as the cell `id` if it is present.33See <https://jupyter.org/enhancement-proposals/62-cell-id/cell-id.html>34for additional details on cell ids.3536- name: export37tags:38engine: jupyter39schema: null40hidden: true41description: "nbconvert tag to export cell"424344