Skip to content

Commit 234bdc8

Browse files
committed
Update Jupyter Notebook to version 7.2.1
* Update Python dependency on jupyter-notebook * package.json: * Run jlpm up -T @jupyter-notebook/* * Update other versions as in Jupyter Notebook * Add @jupyterlab/notebook-extension:cell-executor plugin * Replace @jupyterlab/rendermime-extension by @jupyter-notebook/application-extension:rendermime plugin; mirrors PR jupyter/notebook#6885 * Remove i@jupyterlab/mainmenu-extension:recents plugin; mirrors PR jupyter/notebook#7307 * yarn.lock: * Copy from Jupyter Notebook * Run jlpm install * Run jlpm deduplicate * Edit version of react by hand
1 parent 30d08fa commit 234bdc8

File tree

7 files changed

+4282
-3409
lines changed

7 files changed

+4282
-3409
lines changed

requirements/conda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ spyder >=6.0.0.dev0,<7
22
jupyter_core
33
jupyter_server
44
nbformat
5-
notebook >=7,<8
5+
notebook >=7.2,<8
66
qtpy
77
qdarkstyle
88
requests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def run(self):
7373
REQUIREMENTS = [
7474
'spyder>=5.4.3,<6',
7575
'nbformat',
76-
'notebook>=7,<8',
76+
'notebook>=7.2,<8',
7777
'qtpy',
7878
'qdarkstyle',
7979
'requests',

spyder_notebook/server/app/package.json

Lines changed: 128 additions & 127 deletions
Original file line numberDiff line numberDiff line change
@@ -6,142 +6,140 @@
66
"build": "webpack"
77
},
88
"resolutions": {
9-
"@jupyter-notebook/application": "~7.0.0",
10-
"@jupyter-notebook/application-extension": "~7.0.0",
11-
"@jupyter-notebook/docmanager-extension": "~7.0.0",
12-
"@jupyter-notebook/documentsearch-extension": "~7.0.0",
13-
"@jupyter-notebook/help-extension": "~7.0.0",
14-
"@jupyter-notebook/notebook-extension": "~7.0.0",
15-
"@jupyter-notebook/ui-components": "~7.0.0",
9+
"@jupyter-notebook/application": "~7.2.1",
10+
"@jupyter-notebook/application-extension": "~7.2.1",
11+
"@jupyter-notebook/docmanager-extension": "~7.2.1",
12+
"@jupyter-notebook/documentsearch-extension": "~7.2.1",
13+
"@jupyter-notebook/help-extension": "~7.2.1",
14+
"@jupyter-notebook/notebook-extension": "~7.2.1",
15+
"@jupyter-notebook/ui-components": "~7.2.1",
1616
"@jupyter/ydoc": "~1.0.2",
1717
"@jupyterlab/application": "~4.0.3",
1818
"@jupyterlab/application-extension": "~4.0.3",
19-
"@jupyterlab/apputils": "~4.1.3",
20-
"@jupyterlab/apputils-extension": "~4.0.3",
21-
"@jupyterlab/cell-toolbar": "~4.0.3",
22-
"@jupyterlab/cell-toolbar-extension": "~4.0.3",
23-
"@jupyterlab/celltags-extension": "~4.0.3",
24-
"@jupyterlab/codeeditor": "~4.0.3",
25-
"@jupyterlab/codemirror": "~4.0.3",
26-
"@jupyterlab/codemirror-extension": "~4.0.3",
27-
"@jupyterlab/completer": "~4.0.3",
28-
"@jupyterlab/completer-extension": "~4.0.3",
29-
"@jupyterlab/coreutils": "~6.0.3",
30-
"@jupyterlab/debugger": "~4.0.3",
31-
"@jupyterlab/debugger-extension": "~4.0.3",
32-
"@jupyterlab/docmanager": "~4.0.3",
33-
"@jupyterlab/docmanager-extension": "~4.0.3",
34-
"@jupyterlab/documentsearch": "~4.0.3",
35-
"@jupyterlab/documentsearch-extension": "~4.0.3",
36-
"@jupyterlab/extensionmanager": "~4.0.3",
37-
"@jupyterlab/extensionmanager-extension": "~4.0.3",
38-
"@jupyterlab/filebrowser": "~4.0.3",
39-
"@jupyterlab/filebrowser-extension": "~4.0.3",
40-
"@jupyterlab/fileeditor": "~4.0.3",
41-
"@jupyterlab/fileeditor-extension": "~4.0.3",
42-
"@jupyterlab/htmlviewer": "~4.0.3",
43-
"@jupyterlab/htmlviewer-extension": "~4.0.3",
44-
"@jupyterlab/hub-extension": "~4.0.3",
45-
"@jupyterlab/imageviewer": "~4.0.3",
46-
"@jupyterlab/imageviewer-extension": "~4.0.3",
47-
"@jupyterlab/javascript-extension": "~4.0.3",
48-
"@jupyterlab/json-extension": "~4.0.3",
49-
"@jupyterlab/lsp": "~4.0.3",
50-
"@jupyterlab/lsp-extension": "~4.0.3",
51-
"@jupyterlab/mainmenu": "~4.0.3",
52-
"@jupyterlab/mainmenu-extension": "~4.0.3",
53-
"@jupyterlab/markedparser-extension": "~4.0.3",
54-
"@jupyterlab/mathjax-extension": "~4.0.3",
55-
"@jupyterlab/metadataform-extension": "~4.0.3",
56-
"@jupyterlab/notebook": "~4.0.3",
57-
"@jupyterlab/notebook-extension": "~4.0.3",
58-
"@jupyterlab/observables": "~5.0.3",
59-
"@jupyterlab/outputarea": "~4.0.3",
60-
"@jupyterlab/pdf-extension": "~4.0.3",
61-
"@jupyterlab/rendermime": "~4.0.3",
62-
"@jupyterlab/rendermime-extension": "~4.0.3",
63-
"@jupyterlab/rendermime-interfaces": "~3.8.3",
64-
"@jupyterlab/services": "~7.0.3",
65-
"@jupyterlab/settingregistry": "~4.0.3",
66-
"@jupyterlab/shortcuts-extension": "~4.0.3",
67-
"@jupyterlab/statedb": "~4.0.3",
68-
"@jupyterlab/statusbar": "~4.0.3",
69-
"@jupyterlab/theme-dark-extension": "~4.0.3",
70-
"@jupyterlab/theme-light-extension": "~4.0.3",
71-
"@jupyterlab/toc-extension": "~6.0.3",
72-
"@jupyterlab/tooltip": "~4.0.3",
73-
"@jupyterlab/tooltip-extension": "~4.0.3",
74-
"@jupyterlab/translation": "~4.0.3",
75-
"@jupyterlab/translation-extension": "~4.0.3",
76-
"@jupyterlab/ui-components": "~4.0.3",
77-
"@jupyterlab/ui-components-extension": "~4.0.3",
78-
"@jupyterlab/vega5-extension": "~4.0.3",
79-
"@lumino/algorithm": "~2.0.0",
80-
"@lumino/application": "~2.1.1",
81-
"@lumino/commands": "~2.1.2",
82-
"@lumino/coreutils": "~2.1.1",
83-
"@lumino/disposable": "~2.1.1",
84-
"@lumino/domutils": "~2.0.0",
85-
"@lumino/dragdrop": "~2.1.1",
86-
"@lumino/messaging": "~2.0.0",
87-
"@lumino/properties": "~2.0.0",
88-
"@lumino/signaling": "~2.1.1",
89-
"@lumino/virtualdom": "~2.0.0",
90-
"@lumino/widgets": "~2.1.1",
19+
"@jupyterlab/apputils": "~4.3.0",
20+
"@jupyterlab/apputils-extension": "~4.2.0",
21+
"@jupyterlab/cell-toolbar": "~4.2.0",
22+
"@jupyterlab/cell-toolbar-extension": "~4.2.0",
23+
"@jupyterlab/celltags-extension": "~4.2.0",
24+
"@jupyterlab/codeeditor": "~4.2.0",
25+
"@jupyterlab/codemirror": "~4.2.0",
26+
"@jupyterlab/codemirror-extension": "~4.2.0",
27+
"@jupyterlab/completer": "~4.2.0",
28+
"@jupyterlab/completer-extension": "~4.2.0",
29+
"@jupyterlab/coreutils": "~6.2.0",
30+
"@jupyterlab/debugger": "~4.2.0",
31+
"@jupyterlab/debugger-extension": "~4.2.0",
32+
"@jupyterlab/docmanager": "~4.2.0",
33+
"@jupyterlab/docmanager-extension": "~4.2.0",
34+
"@jupyterlab/documentsearch": "~4.2.0",
35+
"@jupyterlab/documentsearch-extension": "~4.2.0",
36+
"@jupyterlab/extensionmanager": "~4.2.0",
37+
"@jupyterlab/extensionmanager-extension": "~4.2.0",
38+
"@jupyterlab/filebrowser": "~4.2.0",
39+
"@jupyterlab/filebrowser-extension": "~4.2.0",
40+
"@jupyterlab/fileeditor": "~4.2.0",
41+
"@jupyterlab/fileeditor-extension": "~4.2.0",
42+
"@jupyterlab/htmlviewer": "~4.2.0",
43+
"@jupyterlab/htmlviewer-extension": "~4.2.0",
44+
"@jupyterlab/hub-extension": "~4.2.0",
45+
"@jupyterlab/imageviewer": "~4.2.0",
46+
"@jupyterlab/imageviewer-extension": "~4.2.0",
47+
"@jupyterlab/javascript-extension": "~4.2.0",
48+
"@jupyterlab/json-extension": "~4.2.0",
49+
"@jupyterlab/lsp": "~4.2.0",
50+
"@jupyterlab/lsp-extension": "~4.2.0",
51+
"@jupyterlab/mainmenu": "~4.2.0",
52+
"@jupyterlab/mainmenu-extension": "~4.2.0",
53+
"@jupyterlab/markedparser-extension": "~4.2.0",
54+
"@jupyterlab/mathjax-extension": "~4.2.0",
55+
"@jupyterlab/metadataform-extension": "~4.2.0",
56+
"@jupyterlab/notebook": "~4.2.0",
57+
"@jupyterlab/notebook-extension": "~4.2.0",
58+
"@jupyterlab/observables": "~5.2.0",
59+
"@jupyterlab/outputarea": "~4.2.0",
60+
"@jupyterlab/pdf-extension": "~4.2.0",
61+
"@jupyterlab/rendermime": "~4.2.0",
62+
"@jupyterlab/rendermime-interfaces": "~3.10.0",
63+
"@jupyterlab/services": "~7.2.0",
64+
"@jupyterlab/settingregistry": "~4.2.0",
65+
"@jupyterlab/shortcuts-extension": "~5.0.0",
66+
"@jupyterlab/statedb": "~4.2.0",
67+
"@jupyterlab/statusbar": "~4.2.0",
68+
"@jupyterlab/theme-dark-extension": "~4.2.0",
69+
"@jupyterlab/theme-light-extension": "~4.2.0",
70+
"@jupyterlab/toc-extension": "~6.2.0",
71+
"@jupyterlab/tooltip": "~4.2.0",
72+
"@jupyterlab/tooltip-extension": "~4.2.0",
73+
"@jupyterlab/translation": "~4.2.0",
74+
"@jupyterlab/translation-extension": "~4.2.0",
75+
"@jupyterlab/ui-components": "~4.2.0",
76+
"@jupyterlab/ui-components-extension": "~4.2.0",
77+
"@jupyterlab/vega5-extension": "~4.2.0",
78+
"@lumino/algorithm": "~2.0.1",
79+
"@lumino/application": "~2.3.1",
80+
"@lumino/commands": "~2.3.0",
81+
"@lumino/coreutils": "~2.1.2",
82+
"@lumino/disposable": "~2.1.2",
83+
"@lumino/domutils": "~2.0.1",
84+
"@lumino/dragdrop": "~2.1.4",
85+
"@lumino/messaging": "~2.0.1",
86+
"@lumino/properties": "~2.0.1",
87+
"@lumino/signaling": "~2.1.2",
88+
"@lumino/virtualdom": "~2.0.1",
89+
"@lumino/widgets": "~2.3.2",
9190
"react": "~18.2.0",
9291
"react-dom": "~18.2.0",
93-
"yjs": "~13.6.2"
92+
"yjs": "~13.6.8"
9493
},
9594
"dependencies": {
96-
"@jupyter-notebook/application": "^7.0.0",
97-
"@jupyter-notebook/application-extension": "^7.0.0",
98-
"@jupyter-notebook/docmanager-extension": "^7.0.0",
99-
"@jupyter-notebook/documentsearch-extension": "^7.0.0",
100-
"@jupyter-notebook/help-extension": "^7.0.0",
101-
"@jupyter-notebook/notebook-extension": "^7.0.0",
102-
"@jupyter-notebook/ui-components": "^7.0.0",
103-
"@jupyterlab/application-extension": "^4.0.3",
104-
"@jupyterlab/apputils-extension": "^4.0.3",
105-
"@jupyterlab/cell-toolbar-extension": "^4.0.3",
106-
"@jupyterlab/celltags-extension": "^4.0.3",
107-
"@jupyterlab/codemirror": "^4.0.3",
108-
"@jupyterlab/codemirror-extension": "^4.0.3",
109-
"@jupyterlab/completer-extension": "^4.0.3",
110-
"@jupyterlab/coreutils": "^6.0.3",
111-
"@jupyterlab/debugger-extension": "^4.0.3",
112-
"@jupyterlab/docmanager-extension": "^4.0.3",
113-
"@jupyterlab/documentsearch-extension": "^4.0.3",
114-
"@jupyterlab/extensionmanager-extension": "^4.0.3",
115-
"@jupyterlab/filebrowser-extension": "^4.0.3",
116-
"@jupyterlab/fileeditor-extension": "^4.0.3",
117-
"@jupyterlab/htmlviewer-extension": "^4.0.3",
118-
"@jupyterlab/hub-extension": "^4.0.3",
119-
"@jupyterlab/imageviewer-extension": "^4.0.3",
120-
"@jupyterlab/javascript-extension": "^4.0.3",
121-
"@jupyterlab/json-extension": "^4.0.3",
122-
"@jupyterlab/lsp": "^4.0.3",
123-
"@jupyterlab/lsp-extension": "^4.0.3",
124-
"@jupyterlab/mainmenu-extension": "^4.0.3",
125-
"@jupyterlab/markedparser-extension": "^4.0.3",
126-
"@jupyterlab/mathjax-extension": "^4.0.3",
127-
"@jupyterlab/metadataform-extension": "^4.0.3",
128-
"@jupyterlab/notebook-extension": "^4.0.3",
129-
"@jupyterlab/pdf-extension": "^4.0.3",
130-
"@jupyterlab/rendermime-extension": "^4.0.3",
131-
"@jupyterlab/shortcuts-extension": "^4.0.3",
132-
"@jupyterlab/theme-dark-extension": "^4.0.3",
133-
"@jupyterlab/theme-light-extension": "^4.0.3",
134-
"@jupyterlab/toc-extension": "^6.0.3",
135-
"@jupyterlab/tooltip-extension": "^4.0.3",
136-
"@jupyterlab/translation-extension": "^4.0.3",
137-
"@jupyterlab/ui-components-extension": "^4.0.3",
138-
"@jupyterlab/vega5-extension": "^4.0.3",
95+
"@jupyter-notebook/application": "~7.2.1",
96+
"@jupyter-notebook/application-extension": "~7.2.1",
97+
"@jupyter-notebook/docmanager-extension": "~7.2.1",
98+
"@jupyter-notebook/documentsearch-extension": "~7.2.1",
99+
"@jupyter-notebook/help-extension": "~7.2.1",
100+
"@jupyter-notebook/notebook-extension": "~7.2.1",
101+
"@jupyter-notebook/ui-components": "~7.2.1",
102+
"@jupyterlab/application-extension": "~4.2.0",
103+
"@jupyterlab/apputils-extension": "~4.2.0",
104+
"@jupyterlab/cell-toolbar-extension": "~4.2.0",
105+
"@jupyterlab/celltags-extension": "~4.2.0",
106+
"@jupyterlab/codemirror": "~4.2.0",
107+
"@jupyterlab/codemirror-extension": "~4.2.0",
108+
"@jupyterlab/completer-extension": "~4.2.0",
109+
"@jupyterlab/coreutils": "~6.2.0",
110+
"@jupyterlab/debugger-extension": "~4.2.0",
111+
"@jupyterlab/docmanager-extension": "~4.2.0",
112+
"@jupyterlab/documentsearch-extension": "~4.2.0",
113+
"@jupyterlab/extensionmanager-extension": "~4.2.0",
114+
"@jupyterlab/filebrowser-extension": "~4.2.0",
115+
"@jupyterlab/fileeditor-extension": "~4.2.0",
116+
"@jupyterlab/htmlviewer-extension": "~4.2.0",
117+
"@jupyterlab/hub-extension": "~4.2.0",
118+
"@jupyterlab/imageviewer-extension": "~4.2.0",
119+
"@jupyterlab/javascript-extension": "~4.2.0",
120+
"@jupyterlab/json-extension": "~4.2.0",
121+
"@jupyterlab/lsp": "~4.2.0",
122+
"@jupyterlab/lsp-extension": "~4.2.0",
123+
"@jupyterlab/mainmenu-extension": "~4.2.0",
124+
"@jupyterlab/markedparser-extension": "~4.2.0",
125+
"@jupyterlab/mathjax-extension": "~4.2.0",
126+
"@jupyterlab/metadataform-extension": "~4.2.0",
127+
"@jupyterlab/notebook-extension": "~4.2.0",
128+
"@jupyterlab/pdf-extension": "~4.2.0",
129+
"@jupyterlab/shortcuts-extension": "~5.0.0",
130+
"@jupyterlab/theme-dark-extension": "~4.2.0",
131+
"@jupyterlab/theme-light-extension": "~4.2.0",
132+
"@jupyterlab/toc-extension": "~6.2.0",
133+
"@jupyterlab/tooltip-extension": "~4.2.0",
134+
"@jupyterlab/translation-extension": "~4.2.0",
135+
"@jupyterlab/ui-components-extension": "~4.2.0",
136+
"@jupyterlab/vega5-extension": "~4.2.0",
139137
"@spyder-notebook/application": "^0.5.0-dev.0",
140138
"@spyder-notebook/application-extension": "^0.5.0-dev.0"
141139
},
142140
"devDependencies": {
143-
"@jupyterlab/builder": "^4.0.3",
144-
"@jupyterlab/buildutils": "^4.0.3",
141+
"@jupyterlab/builder": "~4.2.0",
142+
"@jupyterlab/buildutils": "~4.2.0",
145143
"css-loader": "~5.0.1",
146144
"fs-extra": "^8.1.0",
147145
"glob": "~7.1.6",
@@ -173,6 +171,7 @@
173171
"@jupyter-notebook/application-extension:menu-spacer",
174172
"@jupyter-notebook/application-extension:pages",
175173
"@jupyter-notebook/application-extension:paths",
174+
"@jupyter-notebook/application-extension:rendermime",
176175
"@jupyter-notebook/application-extension:shell",
177176
"@jupyter-notebook/application-extension:splash",
178177
"@jupyter-notebook/application-extension:status",
@@ -228,17 +227,19 @@
228227
"@jupyterlab/htmlviewer-extension": true,
229228
"@jupyterlab/imageviewer-extension": true,
230229
"@jupyterlab/lsp-extension": true,
231-
"@jupyterlab/mainmenu-extension": true,
230+
"@jupyterlab/mainmenu-extension": [
231+
"@jupyterlab/mainmenu-extension:plugin"
232+
],
232233
"@jupyterlab/markedparser-extension": true,
233234
"@jupyterlab/mathjax-extension": true,
234235
"@jupyterlab/notebook-extension": [
236+
"@jupyterlab/notebook-extension:cell-executor",
235237
"@jupyterlab/notebook-extension:code-console",
236238
"@jupyterlab/notebook-extension:export",
237239
"@jupyterlab/notebook-extension:factory",
238240
"@jupyterlab/notebook-extension:tracker",
239241
"@jupyterlab/notebook-extension:widget-factory"
240242
],
241-
"@jupyterlab/rendermime-extension": true,
242243
"@jupyterlab/shortcuts-extension": true,
243244
"@jupyterlab/theme-light-extension": true,
244245
"@jupyterlab/theme-dark-extension": true,

spyder_notebook/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"deduplicate": "jlpm dlx yarn-berry-deduplicate -s fewerHighest && jlpm install"
1414
},
1515
"devDependencies": {
16-
"@jupyterlab/buildutils": "^4.0.3",
17-
"lerna": "^6.5.1",
18-
"typescript": "5.0.2"
16+
"@jupyterlab/buildutils": "~4.2.0",
17+
"lerna": "^6.6.2",
18+
"typescript": "~5.0.2"
1919
}
2020
}

spyder_notebook/server/packages/application-extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"build": "tsc -b"
1717
},
1818
"dependencies": {
19-
"@jupyterlab/application": "^4.0.3",
20-
"@jupyterlab/docmanager": "^4.0.3",
21-
"@jupyterlab/mainmenu": "^4.0.3"
19+
"@jupyterlab/application": "~4.2.0",
20+
"@jupyterlab/docmanager": "~4.2.0",
21+
"@jupyterlab/mainmenu": "~4.2.0"
2222
},
2323
"devDependencies": {
24-
"typescript": "5.0.2"
24+
"typescript": "~5.0.2"
2525
},
2626
"publishConfig": {
2727
"access": "public"

spyder_notebook/server/packages/application/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"build": "tsc -b"
1616
},
1717
"dependencies": {
18-
"@jupyter-notebook/application": "^7.0.0"
18+
"@jupyter-notebook/application": "~7.2.1"
1919
},
2020
"devDependencies": {
21-
"typescript": "5.0.2"
21+
"typescript": "~5.0.2"
2222
},
2323
"publishConfig": {
2424
"access": "public"

0 commit comments

Comments
 (0)