Skip to content

Commit 245c3e9

Browse files
authored
Update JupyterLab, add image viewer (#6922)
1 parent ab57fa1 commit 245c3e9

File tree

18 files changed

+341
-308
lines changed

18 files changed

+341
-308
lines changed

.github/workflows/buildutils.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install dependencies
2828
run: |
29-
python -m pip install -U "jupyterlab>=4.0.1,<5" hatch
29+
python -m pip install -U "jupyterlab>=4.0.2,<5" hatch
3030
jlpm
3131
jlpm run build
3232
@@ -76,6 +76,6 @@ jobs:
7676

7777
- name: Install dependencies
7878
run: |
79-
python -m pip install -U "jupyterlab>=4.0.1,<5" pip
79+
python -m pip install -U "jupyterlab>=4.0.2,<5" pip
8080
jlpm
8181
jlpm run build

app/package.json

Lines changed: 49 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
"@jupyterlab/htmlviewer": "~4.0.2",
5757
"@jupyterlab/htmlviewer-extension": "~4.0.2",
5858
"@jupyterlab/hub-extension": "~4.0.2",
59+
"@jupyterlab/imageviewer": "~4.0.2",
60+
"@jupyterlab/imageviewer-extension": "~4.0.2",
5961
"@jupyterlab/javascript-extension": "~4.0.2",
6062
"@jupyterlab/json-extension": "~4.0.2",
6163
"@jupyterlab/lsp": "~4.0.2",
@@ -125,52 +127,53 @@
125127
"@jupyter-notebook/tree": "^7.0.0-beta.4",
126128
"@jupyter-notebook/tree-extension": "^7.0.0-beta.4",
127129
"@jupyter-notebook/ui-components": "^7.0.0-beta.4",
128-
"@jupyterlab/application-extension": "^4.0.1",
129-
"@jupyterlab/apputils-extension": "^4.0.1",
130-
"@jupyterlab/attachments": "^4.0.1",
131-
"@jupyterlab/cell-toolbar-extension": "^4.0.1",
132-
"@jupyterlab/celltags-extension": "^4.0.1",
133-
"@jupyterlab/codemirror": "^4.0.1",
134-
"@jupyterlab/codemirror-extension": "^4.0.1",
135-
"@jupyterlab/completer-extension": "^4.0.1",
136-
"@jupyterlab/console-extension": "^4.0.1",
137-
"@jupyterlab/coreutils": "^6.0.1",
138-
"@jupyterlab/csvviewer-extension": "^4.0.1",
139-
"@jupyterlab/debugger-extension": "^4.0.1",
140-
"@jupyterlab/docmanager-extension": "^4.0.1",
141-
"@jupyterlab/documentsearch-extension": "^4.0.1",
142-
"@jupyterlab/extensionmanager-extension": "^4.0.1",
143-
"@jupyterlab/filebrowser-extension": "^4.0.1",
144-
"@jupyterlab/fileeditor-extension": "^4.0.1",
145-
"@jupyterlab/htmlviewer-extension": "^4.0.1",
146-
"@jupyterlab/hub-extension": "^4.0.1",
147-
"@jupyterlab/javascript-extension": "^4.0.1",
148-
"@jupyterlab/json-extension": "^4.0.1",
149-
"@jupyterlab/lsp": "^4.0.1",
150-
"@jupyterlab/lsp-extension": "^4.0.1",
151-
"@jupyterlab/mainmenu-extension": "^4.0.1",
152-
"@jupyterlab/markdownviewer-extension": "^4.0.1",
153-
"@jupyterlab/markedparser-extension": "^4.0.1",
154-
"@jupyterlab/mathjax-extension": "^4.0.1",
155-
"@jupyterlab/metadataform-extension": "^4.0.1",
156-
"@jupyterlab/notebook-extension": "^4.0.1",
157-
"@jupyterlab/pdf-extension": "^4.0.1",
158-
"@jupyterlab/running-extension": "^4.0.1",
159-
"@jupyterlab/settingeditor": "^4.0.1",
160-
"@jupyterlab/settingeditor-extension": "^4.0.1",
161-
"@jupyterlab/shortcuts-extension": "^4.0.1",
162-
"@jupyterlab/terminal-extension": "^4.0.1",
163-
"@jupyterlab/theme-dark-extension": "^4.0.1",
164-
"@jupyterlab/theme-light-extension": "^4.0.1",
165-
"@jupyterlab/toc-extension": "^6.0.1",
166-
"@jupyterlab/tooltip-extension": "^4.0.1",
167-
"@jupyterlab/translation-extension": "^4.0.1",
168-
"@jupyterlab/ui-components-extension": "^4.0.1",
169-
"@jupyterlab/vega5-extension": "^4.0.1"
130+
"@jupyterlab/application-extension": "^4.0.2",
131+
"@jupyterlab/apputils-extension": "^4.0.2",
132+
"@jupyterlab/attachments": "^4.0.2",
133+
"@jupyterlab/cell-toolbar-extension": "^4.0.2",
134+
"@jupyterlab/celltags-extension": "^4.0.2",
135+
"@jupyterlab/codemirror": "^4.0.2",
136+
"@jupyterlab/codemirror-extension": "^4.0.2",
137+
"@jupyterlab/completer-extension": "^4.0.2",
138+
"@jupyterlab/console-extension": "^4.0.2",
139+
"@jupyterlab/coreutils": "^6.0.2",
140+
"@jupyterlab/csvviewer-extension": "^4.0.2",
141+
"@jupyterlab/debugger-extension": "^4.0.2",
142+
"@jupyterlab/docmanager-extension": "^4.0.2",
143+
"@jupyterlab/documentsearch-extension": "^4.0.2",
144+
"@jupyterlab/extensionmanager-extension": "^4.0.2",
145+
"@jupyterlab/filebrowser-extension": "^4.0.2",
146+
"@jupyterlab/fileeditor-extension": "^4.0.2",
147+
"@jupyterlab/htmlviewer-extension": "^4.0.2",
148+
"@jupyterlab/hub-extension": "^4.0.2",
149+
"@jupyterlab/imageviewer-extension": "^4.0.2",
150+
"@jupyterlab/javascript-extension": "^4.0.2",
151+
"@jupyterlab/json-extension": "^4.0.2",
152+
"@jupyterlab/lsp": "^4.0.2",
153+
"@jupyterlab/lsp-extension": "^4.0.2",
154+
"@jupyterlab/mainmenu-extension": "^4.0.2",
155+
"@jupyterlab/markdownviewer-extension": "^4.0.2",
156+
"@jupyterlab/markedparser-extension": "^4.0.2",
157+
"@jupyterlab/mathjax-extension": "^4.0.2",
158+
"@jupyterlab/metadataform-extension": "^4.0.2",
159+
"@jupyterlab/notebook-extension": "^4.0.2",
160+
"@jupyterlab/pdf-extension": "^4.0.2",
161+
"@jupyterlab/running-extension": "^4.0.2",
162+
"@jupyterlab/settingeditor": "^4.0.2",
163+
"@jupyterlab/settingeditor-extension": "^4.0.2",
164+
"@jupyterlab/shortcuts-extension": "^4.0.2",
165+
"@jupyterlab/terminal-extension": "^4.0.2",
166+
"@jupyterlab/theme-dark-extension": "^4.0.2",
167+
"@jupyterlab/theme-light-extension": "^4.0.2",
168+
"@jupyterlab/toc-extension": "^6.0.2",
169+
"@jupyterlab/tooltip-extension": "^4.0.2",
170+
"@jupyterlab/translation-extension": "^4.0.2",
171+
"@jupyterlab/ui-components-extension": "^4.0.2",
172+
"@jupyterlab/vega5-extension": "^4.0.2"
170173
},
171174
"devDependencies": {
172-
"@jupyterlab/builder": "^4.0.1",
173-
"@jupyterlab/buildutils": "^4.0.1",
175+
"@jupyterlab/builder": "^4.0.2",
176+
"@jupyterlab/buildutils": "^4.0.2",
174177
"@types/rimraf": "^3.0.2",
175178
"css-loader": "~5.0.1",
176179
"extra-watch-webpack-plugin": "^1.0.3",
@@ -254,6 +257,7 @@
254257
"@jupyterlab/fileeditor-extension:plugin"
255258
],
256259
"@jupyterlab/htmlviewer-extension": true,
260+
"@jupyterlab/imageviewer-extension": true,
257261
"@jupyterlab/lsp-extension": true,
258262
"@jupyterlab/mainmenu-extension": true,
259263
"@jupyterlab/markedparser-extension": true,
@@ -351,6 +355,7 @@
351355
"@jupyterlab/filebrowser",
352356
"@jupyterlab/fileeditor",
353357
"@jupyterlab/htmlviewer",
358+
"@jupyterlab/imageviewer",
354359
"@jupyterlab/lsp",
355360
"@jupyterlab/mainmenu",
356361
"@jupyterlab/markdownviewer",

buildutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"watch": "tsc -w --listEmittedFiles"
3030
},
3131
"dependencies": {
32-
"@jupyterlab/buildutils": "^4.0.1",
32+
"@jupyterlab/buildutils": "^4.0.2",
3333
"commander": "^6.2.0",
3434
"fs-extra": "^9.1.0",
3535
"typescript": "~5.0.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch"
4343
},
4444
"devDependencies": {
45-
"@jupyterlab/buildutils": "^4.0.1",
45+
"@jupyterlab/buildutils": "^4.0.2",
4646
"@typescript-eslint/eslint-plugin": "^5.55.0",
4747
"@typescript-eslint/parser": "^5.55.0",
4848
"eslint": "^8.36.0",

packages/application-extension/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.0.0-beta.4",
4242
"@jupyter-notebook/ui-components": "^7.0.0-beta.4",
43-
"@jupyterlab/application": "^4.0.1",
44-
"@jupyterlab/apputils": "^4.1.1",
45-
"@jupyterlab/codeeditor": "^4.0.1",
46-
"@jupyterlab/console": "^4.0.1",
47-
"@jupyterlab/coreutils": "^6.0.1",
48-
"@jupyterlab/docmanager": "^4.0.1",
49-
"@jupyterlab/docregistry": "^4.0.1",
50-
"@jupyterlab/mainmenu": "^4.0.1",
51-
"@jupyterlab/rendermime": "^4.0.1",
52-
"@jupyterlab/settingregistry": "^4.0.1",
53-
"@jupyterlab/translation": "^4.0.1",
43+
"@jupyterlab/application": "^4.0.2",
44+
"@jupyterlab/apputils": "^4.1.2",
45+
"@jupyterlab/codeeditor": "^4.0.2",
46+
"@jupyterlab/console": "^4.0.2",
47+
"@jupyterlab/coreutils": "^6.0.2",
48+
"@jupyterlab/docmanager": "^4.0.2",
49+
"@jupyterlab/docregistry": "^4.0.2",
50+
"@jupyterlab/mainmenu": "^4.0.2",
51+
"@jupyterlab/rendermime": "^4.0.2",
52+
"@jupyterlab/settingregistry": "^4.0.2",
53+
"@jupyterlab/translation": "^4.0.2",
5454
"@lumino/coreutils": "^2.1.1",
5555
"@lumino/disposable": "^2.1.1",
5656
"@lumino/widgets": "^2.1.1"

packages/application/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"watch": "tsc -b --watch"
4343
},
4444
"dependencies": {
45-
"@jupyterlab/application": "^4.0.1",
46-
"@jupyterlab/coreutils": "^6.0.1",
47-
"@jupyterlab/docregistry": "^4.0.1",
48-
"@jupyterlab/rendermime-interfaces": "^3.8.1",
49-
"@jupyterlab/ui-components": "^4.0.1",
45+
"@jupyterlab/application": "^4.0.2",
46+
"@jupyterlab/coreutils": "^6.0.2",
47+
"@jupyterlab/docregistry": "^4.0.2",
48+
"@jupyterlab/rendermime-interfaces": "^3.8.2",
49+
"@jupyterlab/ui-components": "^4.0.2",
5050
"@lumino/algorithm": "^2.0.0",
5151
"@lumino/coreutils": "^2.1.1",
5252
"@lumino/messaging": "^2.0.0",
@@ -57,7 +57,7 @@
5757
"devDependencies": {
5858
"@babel/core": "^7.11.6",
5959
"@babel/preset-env": "^7.12.1",
60-
"@jupyterlab/testutils": "^4.0.1",
60+
"@jupyterlab/testutils": "^4.0.2",
6161
"@types/jest": "^29.2.5",
6262
"jest": "^29.3.1",
6363
"rimraf": "^3.0.2",

packages/console-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyterlab/application": "^4.0.1",
42-
"@jupyterlab/console": "^4.0.1",
43-
"@jupyterlab/coreutils": "^6.0.1",
41+
"@jupyterlab/application": "^4.0.2",
42+
"@jupyterlab/console": "^4.0.2",
43+
"@jupyterlab/coreutils": "^6.0.2",
4444
"@lumino/algorithm": "^2.0.0"
4545
},
4646
"devDependencies": {

packages/docmanager-extension/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"watch": "tsc -b --watch"
3939
},
4040
"dependencies": {
41-
"@jupyterlab/application": "^4.0.1",
42-
"@jupyterlab/coreutils": "^6.0.1",
43-
"@jupyterlab/docmanager": "^4.0.1",
44-
"@jupyterlab/docregistry": "^4.0.1",
45-
"@jupyterlab/services": "^7.0.1",
41+
"@jupyterlab/application": "^4.0.2",
42+
"@jupyterlab/coreutils": "^6.0.2",
43+
"@jupyterlab/docmanager": "^4.0.2",
44+
"@jupyterlab/docregistry": "^4.0.2",
45+
"@jupyterlab/services": "^7.0.2",
4646
"@lumino/algorithm": "^2.0.0",
4747
"@lumino/signaling": "^2.1.1"
4848
},

packages/documentsearch-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
},
4040
"dependencies": {
4141
"@jupyter-notebook/application": "^7.0.0-beta.4",
42-
"@jupyterlab/application": "^4.0.1",
43-
"@jupyterlab/documentsearch": "^4.0.1",
42+
"@jupyterlab/application": "^4.0.2",
43+
"@jupyterlab/documentsearch": "^4.0.2",
4444
"@lumino/widgets": "^2.1.1"
4545
},
4646
"devDependencies": {

packages/help-extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
},
4040
"dependencies": {
4141
"@jupyter-notebook/ui-components": "^7.0.0-beta.4",
42-
"@jupyterlab/application": "^4.0.1",
43-
"@jupyterlab/apputils": "^4.1.1",
44-
"@jupyterlab/mainmenu": "^4.0.1",
45-
"@jupyterlab/translation": "^4.0.1",
42+
"@jupyterlab/application": "^4.0.2",
43+
"@jupyterlab/apputils": "^4.1.2",
44+
"@jupyterlab/mainmenu": "^4.0.2",
45+
"@jupyterlab/translation": "^4.0.2",
4646
"react": "^18.2.0",
4747
"react-dom": "^18.2.0"
4848
},

0 commit comments

Comments
 (0)