@jupyterlab/notebook 3.3.0-alpha.13 → 3.3.0-alpha.17

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/notebook",
3
- "version": "3.3.0-alpha.13",
3
+ "version": "3.3.0-alpha.17",
4
4
  "description": "JupyterLab - Notebook",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -41,19 +41,19 @@
41
41
  "watch": "tsc -b --watch"
42
42
  },
43
43
  "dependencies": {
44
- "@jupyterlab/apputils": "^3.3.0-alpha.13",
45
- "@jupyterlab/cells": "^3.3.0-alpha.13",
46
- "@jupyterlab/codeeditor": "^3.3.0-alpha.13",
47
- "@jupyterlab/coreutils": "^5.3.0-alpha.13",
48
- "@jupyterlab/docregistry": "^3.3.0-alpha.13",
49
- "@jupyterlab/nbformat": "^3.3.0-alpha.13",
50
- "@jupyterlab/observables": "^4.3.0-alpha.13",
51
- "@jupyterlab/rendermime": "^3.3.0-alpha.13",
52
- "@jupyterlab/services": "^6.3.0-alpha.13",
53
- "@jupyterlab/shared-models": "^3.3.0-alpha.13",
54
- "@jupyterlab/statusbar": "^3.3.0-alpha.13",
55
- "@jupyterlab/translation": "^3.3.0-alpha.13",
56
- "@jupyterlab/ui-components": "^3.3.0-alpha.13",
44
+ "@jupyterlab/apputils": "^3.3.0-alpha.17",
45
+ "@jupyterlab/cells": "^3.3.0-alpha.17",
46
+ "@jupyterlab/codeeditor": "^3.3.0-alpha.17",
47
+ "@jupyterlab/coreutils": "^5.3.0-alpha.17",
48
+ "@jupyterlab/docregistry": "^3.3.0-alpha.17",
49
+ "@jupyterlab/nbformat": "^3.3.0-alpha.17",
50
+ "@jupyterlab/observables": "^4.3.0-alpha.17",
51
+ "@jupyterlab/rendermime": "^3.3.0-alpha.17",
52
+ "@jupyterlab/services": "^6.3.0-alpha.17",
53
+ "@jupyterlab/shared-models": "^3.3.0-alpha.17",
54
+ "@jupyterlab/statusbar": "^3.3.0-alpha.17",
55
+ "@jupyterlab/translation": "^3.3.0-alpha.17",
56
+ "@jupyterlab/ui-components": "^3.3.0-alpha.16",
57
57
  "@lumino/algorithm": "^1.3.3",
58
58
  "@lumino/coreutils": "^1.5.3",
59
59
  "@lumino/domutils": "^1.2.3",
@@ -62,11 +62,11 @@
62
62
  "@lumino/properties": "^1.2.3",
63
63
  "@lumino/signaling": "^1.4.3",
64
64
  "@lumino/virtualdom": "^1.8.0",
65
- "@lumino/widgets": "^1.26.0",
65
+ "@lumino/widgets": "^1.19.0",
66
66
  "react": "^17.0.1"
67
67
  },
68
68
  "devDependencies": {
69
- "@jupyterlab/testutils": "^3.3.0-alpha.13",
69
+ "@jupyterlab/testutils": "^3.3.0-alpha.17",
70
70
  "@types/jest": "^26.0.10",
71
71
  "jest": "^26.4.2",
72
72
  "rimraf": "~3.0.0",
package/style/base.css CHANGED
@@ -302,6 +302,13 @@
302
302
  --jp-side-by-side-resized-cell: var(--jp-side-by-side-output-size);
303
303
  }
304
304
 
305
+ .jp-mod-sideBySide.jp-Notebook .jp-Notebook-cell {
306
+ margin-top: 3em;
307
+ margin-bottom: 3em;
308
+ margin-left: 5%;
309
+ margin-right: 5%;
310
+ }
311
+
305
312
  .jp-mod-sideBySide.jp-Notebook .jp-CodeCell {
306
313
  display: grid;
307
314
  grid-template-columns: minmax(0, 1fr) min-content minmax(