mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
Enable hub-extension
This commit is contained in:
parent
b28c91c9ad
commit
8c82a6217a
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user