@jupyterlab/notebook-extension 3.3.0 → 3.3.1
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 +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/notebook-extension",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
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.1",
|
|
40
|
+
"@jupyterlab/apputils": "^3.3.1",
|
|
41
|
+
"@jupyterlab/cells": "^3.3.1",
|
|
42
|
+
"@jupyterlab/codeeditor": "^3.3.1",
|
|
43
|
+
"@jupyterlab/coreutils": "^5.3.1",
|
|
44
|
+
"@jupyterlab/docmanager": "^3.3.1",
|
|
45
|
+
"@jupyterlab/docmanager-extension": "^3.3.1",
|
|
46
|
+
"@jupyterlab/docregistry": "^3.3.1",
|
|
47
|
+
"@jupyterlab/filebrowser": "^3.3.1",
|
|
48
|
+
"@jupyterlab/launcher": "^3.3.1",
|
|
49
|
+
"@jupyterlab/logconsole": "^3.3.1",
|
|
50
|
+
"@jupyterlab/mainmenu": "^3.3.1",
|
|
51
|
+
"@jupyterlab/nbformat": "^3.3.1",
|
|
52
|
+
"@jupyterlab/notebook": "^3.3.1",
|
|
53
|
+
"@jupyterlab/observables": "^4.3.1",
|
|
54
|
+
"@jupyterlab/property-inspector": "^3.3.1",
|
|
55
|
+
"@jupyterlab/rendermime": "^3.3.1",
|
|
56
|
+
"@jupyterlab/services": "^6.3.1",
|
|
57
|
+
"@jupyterlab/settingregistry": "^3.3.1",
|
|
58
|
+
"@jupyterlab/statedb": "^3.3.1",
|
|
59
|
+
"@jupyterlab/statusbar": "^3.3.1",
|
|
60
|
+
"@jupyterlab/translation": "^3.3.1",
|
|
61
|
+
"@jupyterlab/ui-components": "^3.3.1",
|
|
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
|
{
|