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 Nov 30, 2023
1 parent ef1f8db commit ccd7aa8
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 @@ -146,6 +146,7 @@
"@jupyterlab/extensionmanager-extension": "^4.1.0-alpha.3",
"@jupyterlab/filebrowser-extension": "^4.1.0-alpha.3",
"@jupyterlab/fileeditor-extension": "^4.1.0-alpha.3",
"@jupyterlab/help-extension": "^4.1.0-alpha.3",
"@jupyterlab/htmlviewer-extension": "^4.1.0-alpha.3",
"@jupyterlab/hub-extension": "^4.1.0-alpha.3",
"@jupyterlab/imageviewer-extension": "^4.1.0-alpha.3",
Expand Down Expand Up @@ -265,6 +266,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 @@ -38,7 +38,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 @@ -2089,6 +2089,7 @@ __metadata:
"@jupyterlab/extensionmanager-extension": ^4.1.0-alpha.3
"@jupyterlab/filebrowser-extension": ^4.1.0-alpha.3
"@jupyterlab/fileeditor-extension": ^4.1.0-alpha.3
"@jupyterlab/help-extension": ^4.1.0-alpha.3
"@jupyterlab/htmlviewer-extension": ^4.1.0-alpha.3
"@jupyterlab/hub-extension": ^4.1.0-alpha.3
"@jupyterlab/imageviewer-extension": ^4.1.0-alpha.3
Expand Down Expand Up @@ -3276,6 +3277,26 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlab/help-extension@npm:^4.1.0-alpha.3":
version: 4.1.0-alpha.3
resolution: "@jupyterlab/help-extension@npm:4.1.0-alpha.3"
dependencies:
"@jupyterlab/application": ^4.1.0-alpha.3
"@jupyterlab/apputils": ^4.2.0-alpha.3
"@jupyterlab/coreutils": ^6.1.0-alpha.3
"@jupyterlab/mainmenu": ^4.1.0-alpha.3
"@jupyterlab/services": ^7.1.0-alpha.3
"@jupyterlab/translation": ^4.1.0-alpha.3
"@jupyterlab/ui-components": ^4.1.0-alpha.3
"@lumino/coreutils": ^2.1.2
"@lumino/signaling": ^2.1.2
"@lumino/virtualdom": ^2.0.1
"@lumino/widgets": ^2.3.1-alpha.0
react: ^18.2.0
checksum: d0543a4e63ed9d21f61d3dc2295baaf2f4075f87115c3de5612f8e526dd1aae2e8fd1f3a36e3f67a8ab2e57370707ba0876b99dbbe405870933bb00b5cd960ce
languageName: node
linkType: hard

"@jupyterlab/htmlviewer-extension@npm:^4.1.0-alpha.3":
version: 4.1.0-alpha.3
resolution: "@jupyterlab/htmlviewer-extension@npm:4.1.0-alpha.3"
Expand Down

0 comments on commit ccd7aa8

Please sign in to comment.