Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions nbformat/v4/nbformat.v4.5.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,15 @@
"description": "Official Jupyter Metadata for Code Cells",
"type": "object",
"additionalProperties": true,
"source_hidden": {
"description": "Whether the source is hidden.",
"type": "boolean"
},
"outputs_hidden": {
"description": "Whether the outputs are hidden.",
"type": "boolean"
"properties": {
"source_hidden": {
"description": "Whether the source is hidden.",
"type": "boolean"
},
"outputs_hidden": {
"description": "Whether the outputs are hidden.",
"type": "boolean"
}
}
},
"execution": {
Expand Down