Skip to content

Commit

Permalink
Add the JupyterLab resources plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jul 17, 2023
1 parent 06c4db7 commit 218b3f0
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"@jupyterlab/extensionmanager-extension": "^4.0.3",
"@jupyterlab/filebrowser-extension": "^4.0.3",
"@jupyterlab/fileeditor-extension": "^4.0.3",
"@jupyterlab/help-extension": "^4.0.3",
"@jupyterlab/htmlviewer-extension": "^4.0.3",
"@jupyterlab/hub-extension": "^4.0.3",
"@jupyterlab/imageviewer-extension": "^4.0.3",
Expand Down Expand Up @@ -256,6 +257,9 @@
"@jupyterlab/fileeditor-extension": [
"@jupyterlab/fileeditor-extension:plugin"
],
"@jupyterlab/help-extension": [
"@jupyterlab/help-extension:resources"
],
"@jupyterlab/htmlviewer-extension": true,
"@jupyterlab/imageviewer-extension": true,
"@jupyterlab/lsp-extension": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/help-extension/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const RESOURCES = [
* The command IDs used by the help plugin.
*/
namespace CommandIDs {
export const open = 'help:open';
export const open = 'help:open-tab';

export const about = 'help:about';
}
Expand Down
21 changes: 21 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2078,6 +2078,7 @@ __metadata:
"@jupyterlab/extensionmanager-extension": ^4.0.3
"@jupyterlab/filebrowser-extension": ^4.0.3
"@jupyterlab/fileeditor-extension": ^4.0.3
"@jupyterlab/help-extension": ^4.0.3
"@jupyterlab/htmlviewer-extension": ^4.0.3
"@jupyterlab/hub-extension": ^4.0.3
"@jupyterlab/imageviewer-extension": ^4.0.3
Expand Down Expand Up @@ -3243,6 +3244,26 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/help-extension@npm:^4.0.3":
version: 4.0.3
resolution: "@jupyterlab/help-extension@npm:4.0.3"
dependencies:
"@jupyterlab/application": ^4.0.3
"@jupyterlab/apputils": ^4.1.3
"@jupyterlab/coreutils": ^6.0.3
"@jupyterlab/mainmenu": ^4.0.3
"@jupyterlab/services": ^7.0.3
"@jupyterlab/translation": ^4.0.3
"@jupyterlab/ui-components": ^4.0.3
"@lumino/coreutils": ^2.1.1
"@lumino/signaling": ^2.1.1
"@lumino/virtualdom": ^2.0.0
"@lumino/widgets": ^2.1.1
react: ^18.2.0
checksum: a1dcbed4399c60b40d90255da890f8254387ea065ff9aea79d030f9b126e1afdda31aeb4f3a4e4864f2d3a6624a5c5440f67c4ea3efab20a68a5809f405d0ee5
languageName: node
linkType: hard

"@jupyterlab/htmlviewer-extension@npm:^4.0.3":
version: 4.0.3
resolution: "@jupyterlab/htmlviewer-extension@npm:4.0.3"
Expand Down

0 comments on commit 218b3f0

Please sign in to comment.