Add EmoSet training and evaluation
This commit is contained in:
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"title": "Sessions",
|
||||
"description": "Sessions Settings",
|
||||
"jupyter.lab.menus": {
|
||||
"main": [
|
||||
{
|
||||
"id": "jp-mainmenu-view",
|
||||
"items": [
|
||||
{
|
||||
"command": "running:show-panel",
|
||||
"rank": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"context": [
|
||||
{
|
||||
"command": "running:kernel-new-console",
|
||||
"selector": ".jp-RunningSessions-item.jp-mod-kernel",
|
||||
"rank": 0
|
||||
},
|
||||
{
|
||||
"command": "running:kernel-new-notebook",
|
||||
"selector": ".jp-RunningSessions-item.jp-mod-kernel",
|
||||
"rank": 1
|
||||
},
|
||||
{
|
||||
"type": "separator",
|
||||
"selector": ".jp-RunningSessions-item.jp-mod-kernel",
|
||||
"rank": 2
|
||||
},
|
||||
{
|
||||
"type": "submenu",
|
||||
"selector": ".jp-RunningSessions-item.jp-mod-kernel",
|
||||
"rank": 3,
|
||||
"submenu": {
|
||||
"id": "jp-contextmenu-connected-sessions",
|
||||
"label": "Connected Sessions…",
|
||||
"items": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "separator",
|
||||
"selector": ".jp-RunningSessions-item.jp-mod-kernel",
|
||||
"rank": 4
|
||||
},
|
||||
{
|
||||
"command": "running:kernel-shut-down",
|
||||
"selector": ".jp-RunningSessions-item.jp-mod-kernel",
|
||||
"rank": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
"jupyter.lab.shortcuts": [
|
||||
{
|
||||
"command": "running:show-panel",
|
||||
"keys": ["Accel Shift B"],
|
||||
"selector": "body"
|
||||
},
|
||||
{
|
||||
"command": "running:show-modal",
|
||||
"keys": ["Accel Alt A"],
|
||||
"selector": "body"
|
||||
}
|
||||
],
|
||||
"properties": {},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user