@jupyter-notebook/notebook-extension 7.4.0-alpha.2 → 7.4.0-beta.0
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 +10 -10
- package/style/base.css +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyter-notebook/notebook-extension",
|
|
3
|
-
"version": "7.4.0-
|
|
3
|
+
"version": "7.4.0-beta.0",
|
|
4
4
|
"description": "Jupyter Notebook - Notebook Extension",
|
|
5
5
|
"homepage": "https://github.com/jupyter/notebook",
|
|
6
6
|
"bugs": {
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"watch": "tsc -b --watch"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@jupyter-notebook/application": "^7.4.0-
|
|
42
|
-
"@jupyterlab/application": "~4.4.0-
|
|
43
|
-
"@jupyterlab/apputils": "~4.5.0-
|
|
44
|
-
"@jupyterlab/cells": "~4.4.0-
|
|
45
|
-
"@jupyterlab/docmanager": "~4.4.0-
|
|
46
|
-
"@jupyterlab/notebook": "~4.4.0-
|
|
47
|
-
"@jupyterlab/settingregistry": "~4.4.0-
|
|
48
|
-
"@jupyterlab/translation": "~4.4.0-
|
|
41
|
+
"@jupyter-notebook/application": "^7.4.0-beta.0",
|
|
42
|
+
"@jupyterlab/application": "~4.4.0-beta.0",
|
|
43
|
+
"@jupyterlab/apputils": "~4.5.0-beta.0",
|
|
44
|
+
"@jupyterlab/cells": "~4.4.0-beta.0",
|
|
45
|
+
"@jupyterlab/docmanager": "~4.4.0-beta.0",
|
|
46
|
+
"@jupyterlab/notebook": "~4.4.0-beta.0",
|
|
47
|
+
"@jupyterlab/settingregistry": "~4.4.0-beta.0",
|
|
48
|
+
"@jupyterlab/translation": "~4.4.0-beta.0",
|
|
49
49
|
"@lumino/polling": "^2.1.3",
|
|
50
50
|
"@lumino/widgets": "^2.5.0",
|
|
51
51
|
"react": "^18.2.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"rimraf": "^3.0.2",
|
|
56
|
-
"typescript": "~5.
|
|
56
|
+
"typescript": "~5.5.4"
|
|
57
57
|
},
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
package/style/base.css
CHANGED
|
@@ -53,8 +53,6 @@ body[data-notebook='notebooks'] .jp-WindowedPanel-inner {
|
|
|
53
53
|
|
|
54
54
|
body[data-notebook='notebooks'] .jp-Notebook-cell {
|
|
55
55
|
background: var(--jp-layout-color0);
|
|
56
|
-
padding-left: calc(2 * var(--jp-cell-padding));
|
|
57
|
-
padding-right: calc(2 * var(--jp-cell-padding));
|
|
58
56
|
}
|
|
59
57
|
|
|
60
58
|
/* Empty space at the bottom of the notebook (similar to classic) */
|
|
@@ -140,7 +138,6 @@ body[data-format='mobile'] .jp-ToolbarButton .jp-DebuggerBugButton {
|
|
|
140
138
|
body[data-notebook='notebooks'] .jp-WindowedPanel-viewport {
|
|
141
139
|
background: var(--jp-layout-color0);
|
|
142
140
|
box-shadow: var(--jp-elevation-z4);
|
|
143
|
-
padding: unset;
|
|
144
141
|
|
|
145
142
|
/* Extra padding at the top and bottom so the notebook looks nicer */
|
|
146
143
|
padding-top: calc(2 * var(--jp-notebook-padding));
|