File size: 3,605 Bytes
4cb60dd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
  "type": "object",
  "title": "Common tools",
  "description": "Setting for the common tools",
  "jupyter.lab.metadataforms": [
    {
      "id": "commonToolsSection",
      "label": "Common Tools",
      "metadataSchema": {
        "type": "object",
        "properties": {
          "_CELL-TOOL": {
            "title": "Cell tool",
            "type": "null"
          },
          "/editable": {
            "title": "Editable",
            "type": "boolean",
            "default": true,
            "oneOf": [
              {
                "const": true,
                "title": "Editable"
              },
              {
                "const": false,
                "title": "Read-Only"
              }
            ]
          },
          "/slideshow/slide_type": {
            "title": "Slide Type",
            "type": "string",
            "default": "",
            "oneOf": [
              {
                "const": "",
                "title": "-"
              },
              {
                "const": "slide",
                "title": "Slide"
              },
              {
                "const": "subslide",
                "title": "Sub-Slide"
              },
              {
                "const": "fragment",
                "title": "Fragment"
              },
              {
                "const": "skip",
                "title": "Skip"
              },
              {
                "const": "notes",
                "title": "Notes"
              }
            ]
          },
          "/raw_mimetype": {
            "title": "Raw NBConvert Format",
            "type": "string",
            "default": "",
            "oneOf": [
              {
                "const": "",
                "title": "-"
              },
              {
                "const": "pdf",
                "title": "PDF"
              },
              {
                "const": "slides",
                "title": "Slides"
              },
              {
                "const": "script",
                "title": "Script"
              },
              {
                "const": "notebook",
                "title": "Notebook"
              },
              {
                "const": "custom",
                "title": "Custom"
              }
            ]
          },
          "/toc/base_numbering": {
            "title": "Table of content - Base number",
            "type": "integer"
          }
        }
      },
      "uiSchema": {
        "/editable": {
          "ui:widget": "select"
        }
      },
      "metadataOptions": {
        "_CELL-TOOL": {
          "customRenderer": "@jupyterlab/notebook-extension:active-cell-tool.renderer"
        },
        "/raw_mimetype": {
          "cellTypes": ["raw"]
        },
        "/toc/base_numbering": {
          "metadataLevel": "notebook"
        }
      }
    },
    {
      "id": "advancedToolsSection",
      "label": "Advanced Tools",
      "metadataSchema": {
        "type": "object",
        "properties": {
          "_CELL-METADATA": {
            "title": "Cell metadata",
            "type": "null"
          },
          "_NOTEBOOK-METADATA": {
            "title": "Notebook metadata",
            "type": "null"
          }
        }
      },
      "metadataOptions": {
        "_CELL-METADATA": {
          "customRenderer": "@jupyterlab/notebook-extension:metadata-editor.cell-metadata"
        },
        "_NOTEBOOK-METADATA": {
          "customRenderer": "@jupyterlab/notebook-extension:metadata-editor.notebook-metadata"
        }
      }
    }
  ],
  "additionalProperties": false
}