You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"documentation": "The URI of the cell's text document\ncontent."
},
{
"name": "metadata",
"type": {
"kind": "reference",
"name": "LSPObject"
},
"optional": true,
"documentation": "Additional metadata stored with the cell.\n\nNote: should always be an object literal (e.g. LSPObject)"
},
{
"name": "executionSummary",
"type": {
"kind": "reference",
"name": "ExecutionSummary"
},
"optional": true,
"documentation": "Additional execution summary information\nif supported by the client."
}
],
"documentation": "A notebook cell.\n\nA cell's document URI must be unique across ALL notebook\ncells and can therefore be used to uniquely identify a\nnotebook cell or the cell's text document.\n\n@since 3.17.0",