Add EmoSet training and evaluation
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Console Completer",
|
||||
"description": "Console completer settings.",
|
||||
"jupyter.lab.shortcuts": [
|
||||
{
|
||||
"command": "completer:invoke-console",
|
||||
"keys": ["Tab"],
|
||||
"selector": ".jp-CodeConsole-promptCell .jp-mod-completer-enabled:not(.jp-mod-at-line-beginning)"
|
||||
}
|
||||
],
|
||||
"properties": {},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user