parent
7bc2ec6628
commit
1350c66456
@ -0,0 +1,10 @@
|
||||
{
|
||||
"title": "Title widget",
|
||||
"description": "Title widget",
|
||||
"jupyter.lab.toolbars": {
|
||||
"TopBar": [{ "name": "widgetTitle", "rank": 10 }]
|
||||
},
|
||||
"properties": {},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
@ -0,0 +1,10 @@
|
||||
{
|
||||
"title": "Notebook checkpoint indicator",
|
||||
"description": "Notebook checkpoint indicator",
|
||||
"jupyter.lab.toolbars": {
|
||||
"TopBar": [{ "name": "checkpoint", "rank": 20 }]
|
||||
},
|
||||
"properties": {},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
Loading…
Reference in new issue