Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Enable hub-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-barry-gmo authored and Mike committed May 28, 2021
1 parent b28c91c commit 8c82a62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ async function main() {
// so new terminals can be create from the menu
require('@jupyterlab/terminal-extension'),
require('@jupyterlab/theme-light-extension'),
require('@jupyterlab/theme-dark-extension')
require('@jupyterlab/theme-dark-extension'),
// Add the "Hub Control Panel" menu option when running in JupyterHub
require('@jupyterlab/hub-extension')
];

// The motivation here is to only load a specific set of plugins dependending on
Expand Down
1 change: 1 addition & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@jupyterlab/filebrowser-extension": "~3.1.0-alpha.8",
"@jupyterlab/fileeditor": "~3.1.0-alpha.8",
"@jupyterlab/fileeditor-extension": "~3.1.0-alpha.8",
"@jupyterlab/hub-extension": "~3.1.0-alpha.8",
"@jupyterlab/javascript-extension": "~3.1.0-alpha.8",
"@jupyterlab/json-extension": "~3.1.0-alpha.8",
"@jupyterlab/mainmenu": "~3.1.0-alpha.8",
Expand Down

0 comments on commit 8c82a62

Please sign in to comment.