@jupyter-notebook/notebook-extension 7.2.0-rc.1 → 7.2.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 +2 -2
- package/style/base.css +0 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyter-notebook/notebook-extension",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.1",
|
|
4
4
|
"description": "Jupyter Notebook - Notebook Extension",
|
|
5
5
|
"homepage": "https://github.com/jupyter/notebook",
|
|
6
6
|
"bugs": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"watch": "tsc -b --watch"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@jupyter-notebook/application": "^7.2.
|
|
41
|
+
"@jupyter-notebook/application": "^7.2.1",
|
|
42
42
|
"@jupyterlab/application": "~4.2.0",
|
|
43
43
|
"@jupyterlab/apputils": "~4.3.0",
|
|
44
44
|
"@jupyterlab/cells": "~4.2.0",
|
package/style/base.css
CHANGED
|
@@ -151,19 +151,6 @@ body[data-notebook='notebooks']
|
|
|
151
151
|
box-shadow: 0px 0px 12px 1px var(--jp-shadow-umbra-color);
|
|
152
152
|
}
|
|
153
153
|
|
|
154
|
-
body[data-notebook='notebooks']
|
|
155
|
-
.jp-Notebook
|
|
156
|
-
.jp-Notebook-cell:not(:first-child)::after,
|
|
157
|
-
body[data-notebook='notebooks']
|
|
158
|
-
.jp-Notebook
|
|
159
|
-
.jp-Notebook-cell:not(:first-child)::before {
|
|
160
|
-
content: ' ';
|
|
161
|
-
height: 100%;
|
|
162
|
-
position: absolute;
|
|
163
|
-
top: 0;
|
|
164
|
-
width: 11px;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
154
|
/* Additional customizations of the components on the notebook page */
|
|
168
155
|
|
|
169
156
|
.jp-NotebookKernelLogo {
|