Skip to content

Commit 4266df1

Browse files
Add the JupyterLab resources plugin (#6968)
* Add the JupyterLab resources plugin * Revert command id * fix package.json * Update Playwright Snapshots * Update Playwright Snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e2429db commit 4266df1

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

app/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"@jupyterlab/filebrowser-extension": "~4.1.0-alpha.3",
5454
"@jupyterlab/fileeditor": "~4.1.0-alpha.3",
5555
"@jupyterlab/fileeditor-extension": "~4.1.0-alpha.3",
56+
"@jupyterlab/help-extension": "~4.1.0-alpha.3",
5657
"@jupyterlab/htmlviewer": "~4.1.0-alpha.3",
5758
"@jupyterlab/htmlviewer-extension": "~4.1.0-alpha.3",
5859
"@jupyterlab/hub-extension": "~4.1.0-alpha.3",
@@ -146,6 +147,7 @@
146147
"@jupyterlab/extensionmanager-extension": "^4.1.0-alpha.3",
147148
"@jupyterlab/filebrowser-extension": "^4.1.0-alpha.3",
148149
"@jupyterlab/fileeditor-extension": "^4.1.0-alpha.3",
150+
"@jupyterlab/help-extension": "^4.1.0-alpha.3",
149151
"@jupyterlab/htmlviewer-extension": "^4.1.0-alpha.3",
150152
"@jupyterlab/hub-extension": "^4.1.0-alpha.3",
151153
"@jupyterlab/imageviewer-extension": "^4.1.0-alpha.3",
@@ -265,6 +267,9 @@
265267
"@jupyterlab/fileeditor-extension": [
266268
"@jupyterlab/fileeditor-extension:plugin"
267269
],
270+
"@jupyterlab/help-extension": [
271+
"@jupyterlab/help-extension:resources"
272+
],
268273
"@jupyterlab/htmlviewer-extension": true,
269274
"@jupyterlab/imageviewer-extension": true,
270275
"@jupyterlab/lsp-extension": true,
5.24 KB
Loading
5.94 KB
Loading

yarn.lock

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2089,6 +2089,7 @@ __metadata:
20892089
"@jupyterlab/extensionmanager-extension": ^4.1.0-alpha.3
20902090
"@jupyterlab/filebrowser-extension": ^4.1.0-alpha.3
20912091
"@jupyterlab/fileeditor-extension": ^4.1.0-alpha.3
2092+
"@jupyterlab/help-extension": ^4.1.0-alpha.3
20922093
"@jupyterlab/htmlviewer-extension": ^4.1.0-alpha.3
20932094
"@jupyterlab/hub-extension": ^4.1.0-alpha.3
20942095
"@jupyterlab/imageviewer-extension": ^4.1.0-alpha.3
@@ -3276,6 +3277,26 @@ __metadata:
32763277
languageName: node
32773278
linkType: hard
32783279

3280+
"@jupyterlab/help-extension@npm:^4.1.0-alpha.3":
3281+
version: 4.1.0-alpha.3
3282+
resolution: "@jupyterlab/help-extension@npm:4.1.0-alpha.3"
3283+
dependencies:
3284+
"@jupyterlab/application": ^4.1.0-alpha.3
3285+
"@jupyterlab/apputils": ^4.2.0-alpha.3
3286+
"@jupyterlab/coreutils": ^6.1.0-alpha.3
3287+
"@jupyterlab/mainmenu": ^4.1.0-alpha.3
3288+
"@jupyterlab/services": ^7.1.0-alpha.3
3289+
"@jupyterlab/translation": ^4.1.0-alpha.3
3290+
"@jupyterlab/ui-components": ^4.1.0-alpha.3
3291+
"@lumino/coreutils": ^2.1.2
3292+
"@lumino/signaling": ^2.1.2
3293+
"@lumino/virtualdom": ^2.0.1
3294+
"@lumino/widgets": ^2.3.1-alpha.0
3295+
react: ^18.2.0
3296+
checksum: d0543a4e63ed9d21f61d3dc2295baaf2f4075f87115c3de5612f8e526dd1aae2e8fd1f3a36e3f67a8ab2e57370707ba0876b99dbbe405870933bb00b5cd960ce
3297+
languageName: node
3298+
linkType: hard
3299+
32793300
"@jupyterlab/htmlviewer-extension@npm:^4.1.0-alpha.3":
32803301
version: 4.1.0-alpha.3
32813302
resolution: "@jupyterlab/htmlviewer-extension@npm:4.1.0-alpha.3"

0 commit comments

Comments
 (0)