jupyterlab-hub
jupyterlab-hub copied to clipboard
Deprecated: JupyterLab extension for running JupyterLab with JupyterHub
Is this repo still relevant after this PR https://github.com/jupyterlab/jupyterlab/pull/6451 ?
**Describe the bug** After installing jupyterlab-hub, trying to set `page_config.json`, removing it, JupyterHub returns a `404 : Not Found`. Terminal output states a `json.decoder.JSONDecodeError: Expecting ',' delimiter: line 2 column...
# Problem When running the `jupyter labextension install @jupyterlab/hub-extension` command, it seems that `@jupyterlab/[email protected]` is too strict with version checking? ``` "@jupyterlab/[email protected]" is not compatible with the current JupyterLab Conflicting...
polls /api/status, showing dialog on failure - adds restart-server action - restart-server action opens new tab pointed to /hub/spawn to trigger the new spawn Improvements that could be made: 1....
Since half a year, we use successfully `jupyterlab-hub` for 3 users. `USER` tried to install a package (through `!pip install ...`, in the notebook) and now *only* `USER` can't connect....
I just learnt about jupyterhub's announcement service: https://github.com/jupyterhub/jupyterhub/blob/cff066a7be4beb651faf7315a430cf7462f9d67b/examples/service-announcement/README.md I think it would be great if it could integrate with jupyterlab so users could see the announcement from their jupyterlab instance....
Hello, it would be great to have the "logout" button just on the top-right corner. For some users an entry inside a menu is too hidden to be found. Usually...
Tried to install extension using the extension manager in jupyterlab. "An error occurred installing @datalayer/jupyterlab-hub-extension." "Error message: This extension does not yet support the current version of JupyterLab." 
These routes work (login, running notebooks, etc.): - https://my.ip.ad.dr:8000/user/**john**/tree? - https://my.ip.ad.dr:8000/user/**marry**/tree? - https://my.ip.ad.dr:8000/user/**john**/lab? This one does not: - https://my.ip.ad.dr:8000/user/**mary**/lab? with this user, if i run `sudo jupyterhub' I get an...
When there's an error connecting to the server, JupyterLab shows a generic error: Unlike the general jupyterlab situation, in JupyterHub there's a known link to restart the server via the...