@jupyterlab/notebook-extension 3.3.0-rc.0 → 3.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +24 -24
- package/schema/tracker.json +18 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/notebook-extension",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
4
4
|
"description": "JupyterLab - Notebook Extension",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -36,29 +36,29 @@
|
|
|
36
36
|
"watch": "tsc -b --watch"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@jupyterlab/application": "^3.3.
|
|
40
|
-
"@jupyterlab/apputils": "^3.3.
|
|
41
|
-
"@jupyterlab/cells": "^3.3.
|
|
42
|
-
"@jupyterlab/codeeditor": "^3.3.
|
|
43
|
-
"@jupyterlab/coreutils": "^5.3.
|
|
44
|
-
"@jupyterlab/docmanager": "^3.3.
|
|
45
|
-
"@jupyterlab/docmanager-extension": "^3.3.
|
|
46
|
-
"@jupyterlab/docregistry": "^3.3.
|
|
47
|
-
"@jupyterlab/filebrowser": "^3.3.
|
|
48
|
-
"@jupyterlab/launcher": "^3.3.
|
|
49
|
-
"@jupyterlab/logconsole": "^3.3.
|
|
50
|
-
"@jupyterlab/mainmenu": "^3.3.
|
|
51
|
-
"@jupyterlab/nbformat": "^3.3.
|
|
52
|
-
"@jupyterlab/notebook": "^3.3.
|
|
53
|
-
"@jupyterlab/observables": "^4.3.
|
|
54
|
-
"@jupyterlab/property-inspector": "^3.3.
|
|
55
|
-
"@jupyterlab/rendermime": "^3.3.
|
|
56
|
-
"@jupyterlab/services": "^6.3.
|
|
57
|
-
"@jupyterlab/settingregistry": "^3.3.
|
|
58
|
-
"@jupyterlab/statedb": "^3.3.
|
|
59
|
-
"@jupyterlab/statusbar": "^3.3.
|
|
60
|
-
"@jupyterlab/translation": "^3.3.
|
|
61
|
-
"@jupyterlab/ui-components": "^3.3.
|
|
39
|
+
"@jupyterlab/application": "^3.3.2",
|
|
40
|
+
"@jupyterlab/apputils": "^3.3.2",
|
|
41
|
+
"@jupyterlab/cells": "^3.3.2",
|
|
42
|
+
"@jupyterlab/codeeditor": "^3.3.2",
|
|
43
|
+
"@jupyterlab/coreutils": "^5.3.2",
|
|
44
|
+
"@jupyterlab/docmanager": "^3.3.2",
|
|
45
|
+
"@jupyterlab/docmanager-extension": "^3.3.2",
|
|
46
|
+
"@jupyterlab/docregistry": "^3.3.2",
|
|
47
|
+
"@jupyterlab/filebrowser": "^3.3.2",
|
|
48
|
+
"@jupyterlab/launcher": "^3.3.2",
|
|
49
|
+
"@jupyterlab/logconsole": "^3.3.2",
|
|
50
|
+
"@jupyterlab/mainmenu": "^3.3.2",
|
|
51
|
+
"@jupyterlab/nbformat": "^3.3.2",
|
|
52
|
+
"@jupyterlab/notebook": "^3.3.2",
|
|
53
|
+
"@jupyterlab/observables": "^4.3.2",
|
|
54
|
+
"@jupyterlab/property-inspector": "^3.3.2",
|
|
55
|
+
"@jupyterlab/rendermime": "^3.3.2",
|
|
56
|
+
"@jupyterlab/services": "^6.3.2",
|
|
57
|
+
"@jupyterlab/settingregistry": "^3.3.2",
|
|
58
|
+
"@jupyterlab/statedb": "^3.3.2",
|
|
59
|
+
"@jupyterlab/statusbar": "^3.3.2",
|
|
60
|
+
"@jupyterlab/translation": "^3.3.2",
|
|
61
|
+
"@jupyterlab/ui-components": "^3.3.2",
|
|
62
62
|
"@lumino/algorithm": "^1.3.3",
|
|
63
63
|
"@lumino/commands": "^1.12.0",
|
|
64
64
|
"@lumino/coreutils": "^1.5.3",
|
package/schema/tracker.json
CHANGED
|
@@ -520,12 +520,14 @@
|
|
|
520
520
|
},
|
|
521
521
|
{
|
|
522
522
|
"command": "notebook:run-cell",
|
|
523
|
-
"
|
|
523
|
+
"macKeys": ["Ctrl Enter"],
|
|
524
|
+
"keys": [],
|
|
524
525
|
"selector": ".jp-Notebook:focus"
|
|
525
526
|
},
|
|
526
527
|
{
|
|
527
528
|
"command": "notebook:run-cell",
|
|
528
|
-
"
|
|
529
|
+
"macKeys": ["Ctrl Enter"],
|
|
530
|
+
"keys": [],
|
|
529
531
|
"selector": ".jp-Notebook.jp-mod-editMode"
|
|
530
532
|
},
|
|
531
533
|
{
|
|
@@ -700,13 +702,20 @@
|
|
|
700
702
|
"type": "object"
|
|
701
703
|
},
|
|
702
704
|
"kernelStatusConfig": {
|
|
703
|
-
"
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
705
|
+
"type": "object",
|
|
706
|
+
"additionalProperties": false,
|
|
707
|
+
"properties": {
|
|
708
|
+
"showOnStatusBar": {
|
|
709
|
+
"type": "boolean",
|
|
710
|
+
"title": "Show kernel status on toolbar or status bar.",
|
|
711
|
+
"description": "If `true`, the kernel status progression will be displayed in the status bar otherwise it will be in the toolbar.",
|
|
712
|
+
"default": false
|
|
713
|
+
},
|
|
714
|
+
"showProgress": {
|
|
715
|
+
"type": "boolean",
|
|
716
|
+
"title": "Show execution progress.",
|
|
717
|
+
"default": true
|
|
718
|
+
}
|
|
710
719
|
}
|
|
711
720
|
}
|
|
712
721
|
},
|